diff options
author | Tom Tromey <tromey@redhat.com> | 2012-10-26 18:18:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-10-26 18:18:55 +0000 |
commit | af4238e5f64f0f117f674120b91cc689a2dde78f (patch) | |
tree | 00d8d8d5ff1e5b21e0bfcb372210593cd3357266 /gdb | |
parent | 87d2d2a4462789df7e1feed4199e52b02945ba0a (diff) | |
download | gdb-af4238e5f64f0f117f674120b91cc689a2dde78f.zip gdb-af4238e5f64f0f117f674120b91cc689a2dde78f.tar.gz gdb-af4238e5f64f0f117f674120b91cc689a2dde78f.tar.bz2 |
* gdb.texinfo (General Query Packets): Use @itemx for QAgent.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f824022..82b1543 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-26 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (General Query Packets): Use @itemx for QAgent. + 2012-10-25 Tom Tromey <tromey@redhat.com> * gdb.texinfo (General Query Packets): Use @itemx. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6bc7763..21db475 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -36129,7 +36129,7 @@ Here are the currently defined query and set packets: @table @samp @item QAgent:1 -@item QAgent:0 +@itemx QAgent:0 Turn on or off the agent as a helper to perform some debugging operations delegated from @value{GDBN} (@pxref{Control Agent}). |