This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] doc: Fix missing parenthesis


http://sourceware.org/ml/gdb-cvs/2011-02/msg00229.html

--- src/gdb/doc/ChangeLog	2011/02/28 04:08:51	1.1159
+++ src/gdb/doc/ChangeLog	2011/02/28 09:07:46	1.1160
@@ -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
--- src/gdb/doc/gdb.texinfo	2011/02/28 04:08:51	1.807
+++ src/gdb/doc/gdb.texinfo	2011/02/28 09:07:46	1.808
@@ -10063,7 +10063,7 @@
 
 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]