* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
This commit is contained in:
Jan Kratochvil 2011-02-28 09:07:46 +00:00
parent 8616ad89d6
commit 6dcd556514
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2011-02-28 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Inferiors and Programs): Fix small error introduced

View File

@ -10063,7 +10063,7 @@ just as with breakpoints.
Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
the conditional expression itself. Instead, @value{GDBN} encodes the
expression into an agent expression (@pxref{Agent Expressions}
expression into an agent expression (@pxref{Agent Expressions})
suitable for execution on the target, independently of @value{GDBN}.
Global variables become raw memory locations, locals become stack
accesses, and so forth.