diff options
author | Tom Tromey <tromey@redhat.com> | 2012-10-25 16:16:06 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-10-25 16:16:06 +0000 |
commit | 687e43a437fdfba43f276ae6281e35757c2e491f (patch) | |
tree | eac31b0879c452b1f4347e3db220a1a5f18e0554 /gdb | |
parent | bb662ca6e48c48e92ab49b0cf5678edd93092aa8 (diff) | |
download | gdb-687e43a437fdfba43f276ae6281e35757c2e491f.zip gdb-687e43a437fdfba43f276ae6281e35757c2e491f.tar.gz gdb-687e43a437fdfba43f276ae6281e35757c2e491f.tar.bz2 |
* gdb.texinfo (General Query Packets): Use @itemx.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2e726e5..f824022 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-25 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (General Query Packets): Use @itemx. + 2012-10-17 Yao Qi <yao@codesourcery.com> * observer.texi (GDB Observers): Update observer diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0c7aa1c..6bc7763 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -36364,7 +36364,7 @@ Don't use this packet; use the @samp{qThreadExtraInfo} query instead Reply: see @code{remote.c:remote_unpack_thread_info_response()}. @item QNonStop:1 -@item QNonStop:0 +@itemx QNonStop:0 @cindex non-stop mode, remote request @cindex @samp{QNonStop} packet @anchor{QNonStop} @@ -36988,8 +36988,8 @@ encoded). @value{GDBN} will continue to supply the values of symbols @end table @item qTBuffer -@item QTBuffer -@item QTDisconnected +@itemx QTBuffer +@itemx QTDisconnected @itemx QTDP @itemx QTDPsrc @itemx QTDV @@ -37026,10 +37026,10 @@ conventions above. Please don't use this packet as a model for new packets.) @item QTNotes -@item qTP -@item QTSave -@item qTsP -@item qTsV +@itemx qTP +@itemx QTSave +@itemx qTsP +@itemx qTsV @itemx QTStart @itemx QTStop @itemx QTEnable |