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] NEWS: Controls -> Control


http://sourceware.org/ml/gdb-cvs/2012-04/msg00009.html

--- src/gdb/ChangeLog	2012/03/30 20:05:51	1.14072
+++ src/gdb/ChangeLog	2012/04/02 07:32:29	1.14073
@@ -1,3 +1,7 @@
+2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* NEWS (set breakpoint condition-evaluation): Use imperative mood.
+
 2012-03-30  Tom Tromey  <tromey@redhat.com>
 
 	* python/python.c (gdbpy_decode_line): Move cleanup creation out
--- src/gdb/NEWS	2012/03/28 21:31:56	1.505
+++ src/gdb/NEWS	2012/04/02 07:32:31	1.506
@@ -108,7 +108,7 @@
 
 set breakpoint condition-evaluation
 show breakpoint condition-evaluation
-  Controls whether breakpoint conditions are evaluated by GDB ("host") or by
+  Control whether breakpoint conditions are evaluated by GDB ("host") or by
   GDBserver ("target").  Default option "auto" chooses the most efficient
   available mode.
   This option can improve debugger efficiency depending on the speed of the


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