mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* gdb.texinfo (General Query Packets): Don't use colon in index
entries visible to Info format.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2013-03-11 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* gdb.texinfo (General Query Packets): Don't use colon in index
|
||||
entries visible to Info format.
|
||||
|
||||
2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
|
||||
|
||||
* gdb.texinfo (Process Record and Replay): Document record
|
||||
|
@ -37250,7 +37250,10 @@ packets.)
|
||||
|
||||
@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
|
||||
@cindex searching memory, in remote debugging
|
||||
@ifnotinfo
|
||||
@cindex @samp{qSearch:memory} packet
|
||||
@end ifnotinfo
|
||||
@cindex @samp{qSearch memory} packet
|
||||
@anchor{qSearch memory}
|
||||
Search @var{length} bytes at @var{address} for @var{search-pattern}.
|
||||
@var{address} and @var{length} are encoded in hex.
|
||||
|
Reference in New Issue
Block a user