mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Write "ON" and "OFF" in lower case in GDB doc.
gdb/doc: 2013-11-24 Yao Qi <yao@codesourcery.com> * gdb.texinfo (Caching Target Data): Replace "ON" with "on". (Maintenance Commands): Replace "ON" and "OFF" with "on" and "off" respectively.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2013-11-24 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Caching Target Data): Replace "ON" with "on".
|
||||||
|
(Maintenance Commands): Replace "ON" and "OFF" with "on" and
|
||||||
|
"off" respectively.
|
||||||
|
|
||||||
2013-11-23 Yao Qi <yao@codesourcery.com>
|
2013-11-23 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (GDB/MI Variable Objects): Add the description
|
* gdb.texinfo (GDB/MI Variable Objects): Add the description
|
||||||
|
@ -10860,8 +10860,8 @@ Show the current state of the obsolete remotecache flag.
|
|||||||
@kindex set stack-cache
|
@kindex set stack-cache
|
||||||
@item set stack-cache on
|
@item set stack-cache on
|
||||||
@itemx set stack-cache off
|
@itemx set stack-cache off
|
||||||
Enable or disable caching of stack accesses. When @code{ON}, use
|
Enable or disable caching of stack accesses. When @code{on}, use
|
||||||
caching. By default, this option is @code{ON}.
|
caching. By default, this option is @code{on}.
|
||||||
|
|
||||||
@kindex show stack-cache
|
@kindex show stack-cache
|
||||||
@item show stack-cache
|
@item show stack-cache
|
||||||
@ -37537,7 +37537,7 @@ compiled with the @samp{-pg} compiler option.
|
|||||||
@item maint set show-debug-regs
|
@item maint set show-debug-regs
|
||||||
@itemx maint show show-debug-regs
|
@itemx maint show show-debug-regs
|
||||||
Control whether to show variables that mirror the hardware debug
|
Control whether to show variables that mirror the hardware debug
|
||||||
registers. Use @code{ON} to enable, @code{OFF} to disable. If
|
registers. Use @code{on} to enable, @code{off} to disable. If
|
||||||
enabled, the debug registers values are shown when @value{GDBN} inserts or
|
enabled, the debug registers values are shown when @value{GDBN} inserts or
|
||||||
removes a hardware breakpoint or watchpoint, and when the inferior
|
removes a hardware breakpoint or watchpoint, and when the inferior
|
||||||
triggers a hardware-assisted breakpoint or watchpoint.
|
triggers a hardware-assisted breakpoint or watchpoint.
|
||||||
|
Reference in New Issue
Block a user