Document inclusive range in help for "find"
authorTom Tromey <tromey@adacore.com>
Wed, 7 Oct 2020 18:07:55 +0000 (12:07 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 7 Oct 2020 18:07:56 +0000 (12:07 -0600)
PR gdb/16930 points out that the "find" command uses an inclusive
range; but this is not documented in the "help".  This patch updates
the help text.

gdb/ChangeLog
2020-10-07  Tom Tromey  <tromey@adacore.com>

PR gdb/16930:
* findcmd.c (_initialize_mem_search): Mention that the range is
inclusive.

gdb/ChangeLog
gdb/findcmd.c

index 0b92bfb6536e1cf90cc5644ce6244d6c7aa74b14..ff6554dc0e221f2ca50c6d05e47646ccd4d6722e 100644 (file)
@@ -1,3 +1,9 @@
+2020-10-07  Tom Tromey  <tromey@adacore.com>
+
+       PR gdb/16930:
+       * findcmd.c (_initialize_mem_search): Mention that the range is
+       inclusive.
+
 2020-10-07  Tom Tromey  <tromey@adacore.com>
 
        * target.h (simple_search_memory): Don't declare.
index c8631571f209ef5472c96f7de325cc374d5a28b0..3e4a790b589590be6f37cd67b0bd90109a08cc7d 100644 (file)
@@ -292,6 +292,7 @@ find [/SIZE-CHAR] [/MAX-COUNT] START-ADDRESS, +LENGTH, EXPR1 [, EXPR2 ...]\n\
 SIZE-CHAR is one of b,h,w,g for 8,16,32,64 bit values respectively,\n\
 and if not specified the size is taken from the type of the expression\n\
 in the current language.\n\
+The two-address form specifies an inclusive range.\n\
 Note that this means for example that in the case of C-like languages\n\
 a search for an untyped 0x42 will search for \"(int) 0x42\"\n\
 which is typically four bytes, and a search for a string \"hello\" will\n\