aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-02-28 09:07:46 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-02-28 09:07:46 +0000
commit6dcd556514073ea772139c1e623d5c889269d363 (patch)
treebe6deea45994a1921fe25affd63c60e1308945c6 /gdb
parent8616ad89d67eac454d22da5a0bc8e5f3180779c4 (diff)
downloadgdb-6dcd556514073ea772139c1e623d5c889269d363.zip
gdb-6dcd556514073ea772139c1e623d5c889269d363.tar.gz
gdb-6dcd556514073ea772139c1e623d5c889269d363.tar.bz2
gdb/doc/
* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bd4f489..c77ff26 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 06bb13b..1b353c4 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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.