gdb/doc: fix "show check range" command name

gdb/doc/ChangeLog:

	PR gdb/27088
	* gdb.texinfo (Range Checking): Fix "show check range" command
	name.

Change-Id: I0248ef76d205ac49ed71b813aafe3e630c2ffc2e
This commit is contained in:
Simon Marchi 2020-12-17 09:39:33 -05:00
parent c5c412054e
commit 85be4f5a8c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
PR gdb/27088
* gdb.texinfo (Range Checking): Fix "show check range" command
name.
2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
* gdb.texinfo (Caching Target Data): Document 'maint flush

View File

@ -16176,7 +16176,7 @@ expression may still be impossible for other reasons, such as accessing
memory that the process does not own (a typical example from many Unix
systems).
@item show range
@item show check range
Show the current setting of the range checker, and whether or not it is
being set automatically by @value{GDBN}.
@end table