aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-25 13:44:01 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-25 13:44:01 +0000
commit5b43fab2ead94d2437e1c056dca1deaff05ebd54 (patch)
tree93eeda683a2c09363643fc83504abc2c29f4611a /gdb/NEWS
parent45e4eeb4302ec42b29c5f602938fa030777e5f7e (diff)
downloadgdb-5b43fab2ead94d2437e1c056dca1deaff05ebd54.zip
gdb-5b43fab2ead94d2437e1c056dca1deaff05ebd54.tar.gz
gdb-5b43fab2ead94d2437e1c056dca1deaff05ebd54.tar.bz2
gdb/
* NEWS (set breakpoint condition-evaluation): Change "gdb" to "host". Describe also the option "auto".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 696de32..f21921a 100644
--- 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.