aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e60b402..516617b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2012-02-24 Luis Machado <lgustavo@codesourcery.com>
+ * remote.c (remote_state) <cond_breakpoints>: New field.
+ (PACKET_ConditionalBreakpoints): New enum.
+ (remote_cond_breakpoint_feature): New function.
+ (remote_protocol_features): Add new ConditionalBreakpoints entry.
+ (remote_supports_cond_breakpoints): New function.
+ (_initialize_remote): Add new packet configuration for
+ target-side conditional breakpoints.
+
+2012-02-24 Luis Machado <lgustavo@codesourcery.com>
+
* NEWS: Mention target-side conditional breakpoint support,
new condition-evaluation breakpoint subcommand and remote
packet extensions.