gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 25 Mar 2012 13:44:01 +0000 (13:44 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 25 Mar 2012 13:44:01 +0000 (13:44 +0000)
* NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
Describe also the option "auto".

gdb/ChangeLog
gdb/NEWS

index 82fa1b47de1cdc0672569116153ad2aaa43a4985..36547a3b94bc88f36f305f37963a770491dd2c93 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
+       Describe also the option "auto".
+
 2012-03-22  Richard Henderson  <rth@redhat.com>
 
        * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
index 696de32204d3cb449595343c41c073266ab79747..f21921a0389dd280a6c88c43e8e8af8961663a1e 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -102,8 +102,9 @@ HP OpenVMS ia64                     ia64-hp-openvms*
 
 set breakpoint condition-evaluation
 show breakpoint condition-evaluation
-  Controls whether breakpoint conditions are evaluated by GDB ("gdb") or by
-  GDBserver ("target").
+  Controls 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
   target.
 
This page took 0.029039 seconds and 4 git commands to generate.