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 18af26c..380f75f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2011-09-15 Kevin Pouget <kevin.pouget@st.com>
+ Handle multiple breakpoint hits in Python interface:
+ * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
+ variable to breakpoints.
+ * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
+ bps instead of single breakpoint. Fix some space typos.
+ * python/py-stopevent.c (create_breakpoint_event_object): Rename
+ variable to breakpoints.
+
+2011-09-15 Kevin Pouget <kevin.pouget@st.com>
+
* breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
note if the breakpoint is internal.