2012-02-24 Luis Machado <lgustavo@codesourcery.com>
authorLuis Machado <luisgpm@br.ibm.com>
Fri, 24 Feb 2012 15:04:58 +0000 (15:04 +0000)
committerLuis Machado <luisgpm@br.ibm.com>
Fri, 24 Feb 2012 15:04:58 +0000 (15:04 +0000)
* NEWS: Mention target-side conditional breakpoint support,
new condition-evaluation breakpoint subcommand and remote
packet extensions.

gdb/ChangeLog
gdb/NEWS

index 46b1dc60ce504649927e3d722da8df5be8260f81..e60b402c11023d32f4d34ac74bbf960ff33fdc5b 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * NEWS: Mention target-side conditional breakpoint support,
+       new condition-evaluation breakpoint subcommand and remote
+       packet extensions.
+
 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
 
        * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
index 6ed8fa7b22cfbd5ee5d34fccdc28444e3283811b..090a065fe2a21bb394ade6f1c5da45b405caaea5 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
 Renesas RL78                   rl78-*-elf
 
+* GDBserver supports evaluation of breakpoint conditions.  When
+  support is advertised by GDBserver, GDB may be told to send the
+  breakpoint conditions in bytecode form to GDBserver.  GDBserver
+  will only report the breakpoint trigger to GDB when its condition
+  evaluates to true.
+
+* New options
+
+set breakpoint condition-evaluation
+show breakpoint condition-evaluation
+  Controls whether breakpoint conditions are evaluated by GDB ("gdb") or by
+  GDBserver ("target").
+  This option can improve debugger efficiency depending on the speed of the
+  target.
+
+* New remote packets
+
+  The z0/z1 breakpoint insertion packets have been extended to carry
+  a list of conditional expressions over to the remote stub depending on the
+  condition evaluation mode.  The use of this extension can be controlled
+  via the "set remote conditional-breakpoints-packet" command.
+
 *** Changes in GDB 7.4
 
 * GDB now handles ambiguous linespecs more consistently; the existing
This page took 0.029664 seconds and 4 git commands to generate.