gdb/
* NEWS (set breakpoint condition-evaluation): Change "gdb" to "host". Describe also the option "auto".
This commit is contained in:
parent
45e4eeb430
commit
5b43fab2ea
@ -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.
|
||||
|
5
gdb/NEWS
5
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user