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]

[obv] doc: Fix circular-trace-buffer name


http://sourceware.org/ml/gdb-cvs/2011-02/msg00230.html

--- src/gdb/doc/ChangeLog	2011/02/28 09:07:46	1.1160
+++ src/gdb/doc/ChangeLog	2011/02/28 09:28:21	1.1161
@@ -2,6 +2,9 @@
 
 	* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
 
+	* gdb.texinfo (Starting and Stopping Trace Experiments): Fix
+	circular-trace-buffer name.
+
 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
 
 	* gdb.texinfo (Inferiors and Programs): Fix small error introduced
--- src/gdb/doc/gdb.texinfo	2011/02/28 09:07:46	1.808
+++ src/gdb/doc/gdb.texinfo	2011/02/28 09:28:21	1.809
@@ -10469,7 +10469,7 @@
 collecting.  This is especially useful if your tracepoints are being
 hit too often, and your trace gets terminated prematurely because the
 buffer is full.  To ask for a circular trace buffer, simply set
-@samp{circular_trace_buffer} to on.  You can set this at any time,
+@samp{circular-trace-buffer} to on.  You can set this at any time,
 including during tracing; if the agent can do it, it will change
 buffer handling on the fly, otherwise it will not take effect until
 the next run.


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