From af4238e5f64f0f117f674120b91cc689a2dde78f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 26 Oct 2012 18:18:55 +0000 Subject: [PATCH] * gdb.texinfo (General Query Packets): Use @itemx for QAgent. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f824022902..82b1543b18 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-26 Tom Tromey + + * gdb.texinfo (General Query Packets): Use @itemx for QAgent. + 2012-10-25 Tom Tromey * gdb.texinfo (General Query Packets): Use @itemx. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6bc77631db..21db4752bc 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}).