aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f7591ff..04daf07 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2016-02-09 Keith Seitz <keiths@redhat.com>
+ * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
+ string_to_event_location_basic instead of string_to_event_location.
+
+2016-02-09 Keith Seitz <keiths@redhat.com>
+
* guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
leading whitespace and use string_to_event_location_basic instead
of new_linespec_location.