mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 18:36:32 +00:00
gdb/doc/
* gdb.texinfo (Starting and Stopping Trace Experiments): Fix circular-trace-buffer name.
This commit is contained in:
parent
6dcd556514
commit
81896e36e8
@ -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
|
||||
|
@ -10469,7 +10469,7 @@ frames, oldest first, until there is enough room to continue
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user