mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Fix doc of AVR-specific command "info io_registers"
Running the selftests on an all-targets build, I get: Running selftest help_doc_invariants. help doc broken invariant: command 'info io_registers' help doc first line is not terminated with a '.' character Self test failed: self-test failed at /home/simark/src/binutils-gdb/gdb/unittests/help-doc-selftests.c:95 Add a period at the end of the doc of that command, and make it a bit nicer in general. gdb/ChangeLog: * avr-tdep.c (_initialize_avr_tdep): Improve help of command "info io_registers".
This commit is contained in:

committed by
Simon Marchi

parent
894ecaf4ca
commit
c6170c2c14
@ -1,3 +1,8 @@
|
|||||||
|
2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
|
* avr-tdep.c (_initialize_avr_tdep): Improve help of command
|
||||||
|
"info io_registers".
|
||||||
|
|
||||||
2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
|
2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
* regcache.c (cooked_read_test): Initialize thread list of
|
* regcache.c (cooked_read_test): Initialize thread list of
|
||||||
|
@ -1629,5 +1629,5 @@ _initialize_avr_tdep (void)
|
|||||||
io_registers' to signify it is not available on other platforms. */
|
io_registers' to signify it is not available on other platforms. */
|
||||||
|
|
||||||
add_info ("io_registers", avr_io_reg_read_command,
|
add_info ("io_registers", avr_io_reg_read_command,
|
||||||
_("query remote avr target for io space register values"));
|
_("Query remote AVR target for I/O space register values."));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user