* gdb.texinfo (General Query Packets) <qfThreadInfo,
qsThreadInfo>: Spell out `l' as ell.
This commit is contained in:
parent
cabe9ab66e
commit
501994c0ce
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-01 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (General Query Packets) <qfThreadInfo,
|
||||||
|
qsThreadInfo>: Spell out `l' as ell.
|
||||||
|
|
||||||
2010-07-01 Pedro Alves <pedro@codesourcery.com>
|
2010-07-01 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (Convenience Variables): Document $_sdata.
|
* gdb.texinfo (Convenience Variables): Document $_sdata.
|
||||||
|
|
|
@ -31744,7 +31744,7 @@ In response to each query, the target will reply with a list of one or
|
||||||
more thread IDs, separated by commas.
|
more thread IDs, separated by commas.
|
||||||
@value{GDBN} will respond to each reply with a request for more thread
|
@value{GDBN} will respond to each reply with a request for more thread
|
||||||
ids (using the @samp{qs} form of the query), until the target responds
|
ids (using the @samp{qs} form of the query), until the target responds
|
||||||
with @samp{l} (lower-case el, for @dfn{last}).
|
with @samp{l} (lower-case ell, for @dfn{last}).
|
||||||
Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
|
Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
|
||||||
fields.
|
fields.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue