aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2009-12-31 17:47:43 +0000
committerStan Shebs <shebs@codesourcery.com>2009-12-31 17:47:43 +0000
commit6da95a677b977e132bc936a73b2bb92844b14f32 (patch)
tree85f0857e05cc28c9838bda2cf7129bccfb465657 /gdb/NEWS
parent383e5f855398acb5ff53f32cde88bdfa675d7931 (diff)
downloadgdb-6da95a677b977e132bc936a73b2bb92844b14f32.zip
gdb-6da95a677b977e132bc936a73b2bb92844b14f32.tar.gz
gdb-6da95a677b977e132bc936a73b2bb92844b14f32.tar.bz2
Add new tracepoint action teval.
* tracepoint.c (teval_pseudocommand): New function. (validate_actionline): Add teval action case. (encode_actions): Ditto. (_initialize_tracepoint): Define teval pseudocommand. * NEWS: Mention teval. * gdb.texinfo (Tracepoint Actions): Describe teval. * gdb.trace/actions.exp: Test teval action.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index eb84ee7..184c4e6 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -97,6 +97,10 @@ info tvariables
delete tvariable $NAME ...
Delete one or more trace state variables.
+teval EXPR, ...
+ Evaluate the given expressions without collecting anything into the
+ trace buffer. (Valid in tracepoint actions only.)
+
* New options
set follow-exec-mode new|same