This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[obv doc] NEWS: Controls -> Control
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 2 Apr 2012 09:33:13 +0200
- Subject: [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