diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-04-09 20:46:40 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-04-09 20:46:40 +0000 |
commit | 872906844b391ff0b3c7a48f3e2b3c867e0019c0 (patch) | |
tree | 34bc16748668e6eaab617b48400f488e866cef65 /gdb/doc | |
parent | 2114d44c8d510ec65122253b3c0d0ef15821583a (diff) | |
download | gdb-872906844b391ff0b3c7a48f3e2b3c867e0019c0.zip gdb-872906844b391ff0b3c7a48f3e2b3c867e0019c0.tar.gz gdb-872906844b391ff0b3c7a48f3e2b3c867e0019c0.tar.bz2 |
2010-04-09 Stan Shebs <stan@codesourcery.com>
* tracepoint.c (trace_status_mi): Report frames created.
* gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
Describe the `frames-created' field, tweak grammar.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6c0f9ee..e914bf0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-04-09 Stan Shebs <stan@codesourcery.com> + + * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: + Describe the `frames-created' field, tweak grammar. + 2010-04-09 Pedro Alves <pedro@codesourcery.com> * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f660959..887547b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26421,13 +26421,16 @@ present iff the @samp{stop-reason} field has the value of @samp{passcount}. @item frames -This field is an integer number of currently collected frames. This -field is optional. +@itemx frames-created +The @samp{frames} field is a count of the total number of trace frames +in the trace buffer, while @samp{frames-created} is the total created +during the run, including ones that were discarded, such as when a +circular trace buffer filled up. Both fields are optional. @item buffer-size @itemx buffer-free These fields tell the current size of the tracing buffer and the -remaining space. These field is optional. +remaining space. These fields are optional. @item circular The value of the circular trace buffer flag. @code{1} means that the |