This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OB] Fix doc to reflect default "off" for ReverseContinue/ReverseStep


We changed the default for these query replies to "off",
but forgot to change the documentation.

2009-10-11  Michael Snyder  <msnyder@vmware.com>

	* gdb.texinfo (ReverseStep): Show default as "unsupported".
	(ReverseContinue): Ditto.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.632
diff -u -p -r1.632 gdb.texinfo
--- gdb.texinfo	9 Oct 2009 00:31:01 -0000	1.632
+++ gdb.texinfo	12 Oct 2009 01:59:12 -0000
@@ -29193,12 +29193,12 @@ These are the currently defined stub fea
 
 @item @samp{ReverseContinue}
 @tab No
-@tab @samp{+}
+@tab @samp{-}
 @tab No
 
 @item @samp{ReverseStep}
 @tab No
-@tab @samp{+}
+@tab @samp{-}
 @tab No
 
 @end multitable

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]