diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-01 17:22:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-01 17:22:52 +0000 |
commit | 501994c0ce8f1a502d77b928fa6d4146ec3c4c2a (patch) | |
tree | 41a11d52c2e1497ef1342a543240c8369f97f5d4 /gdb/doc | |
parent | cabe9ab66ed2e8ebca2cd46aa07a6e104bce93be (diff) | |
download | gdb-501994c0ce8f1a502d77b928fa6d4146ec3c4c2a.zip gdb-501994c0ce8f1a502d77b928fa6d4146ec3c4c2a.tar.gz gdb-501994c0ce8f1a502d77b928fa6d4146ec3c4c2a.tar.bz2 |
* gdb.texinfo (General Query Packets) <qfThreadInfo,
qsThreadInfo>: Spell out `l' as ell.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c51d005..6ca2a27 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 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> + * gdb.texinfo (Convenience Variables): Document $_sdata. (Commands to Set Tracepoints): Describe static tracepoints. Add `Listing Static Tracepoint Markers' menu entry. Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7caad18..9089477 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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. @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 -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} fields. |