diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-28 18:05:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-28 18:05:39 +0000 |
commit | 8786b2bd8f01113ae3851e2d4977ffbe94dcb2b0 (patch) | |
tree | d735e52a32baff994fdc10e121d55cd67413c1ee /gdb/doc | |
parent | fbe3e2c8df043884e8cb2f26966a0959b8df8996 (diff) | |
download | gdb-8786b2bd8f01113ae3851e2d4977ffbe94dcb2b0.zip gdb-8786b2bd8f01113ae3851e2d4977ffbe94dcb2b0.tar.gz gdb-8786b2bd8f01113ae3851e2d4977ffbe94dcb2b0.tar.bz2 |
* gdb.texinfo (Set Tracepoints): Fix typo.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6830f36..08d6c8c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-28 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Set Tracepoints): Fix typo. + 2011-03-24 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Specify Location): Document `function:label' diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e023058..a4e976f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9832,7 +9832,7 @@ investigating what the target is actually doing. @value{GDBN}'s support for static tracing includes being able to list instrumentation points, and attach them with @value{GDBN} defined high level tracepoints that expose the whole range of convenience of -@value{GDBN}'s tracepoints support. Namelly, support for collecting +@value{GDBN}'s tracepoints support. Namely, support for collecting registers values and values of global or local (to the instrumentation point) variables; tracepoint conditions and trace state variables. The act of installing a @value{GDBN} static tracepoint on an |