aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-01-24 19:12:32 +0000
committerPedro Alves <palves@redhat.com>2012-01-24 19:12:32 +0000
commita9b3a50fbaa6ade527760b3183885e2eb24d339b (patch)
tree880d440a4d02c1925e222c714db2983b4b90de3a /gdb/ChangeLog
parent53fe17833448d3f85e4a186522486c3ecbbae357 (diff)
downloadgdb-a9b3a50fbaa6ade527760b3183885e2eb24d339b.zip
gdb-a9b3a50fbaa6ade527760b3183885e2eb24d339b.tar.gz
gdb-a9b3a50fbaa6ade527760b3183885e2eb24d339b.tar.bz2
2012-01-24 Pedro Alves <palves@redhat.com>
* breakpoint.c (bpstat_stop_status): Moving clearing print_it outside `bs->stop' block. (bpstat_what): Rework bp_shlib_event handling. (internal_bkpt_check_status): If the breakpoint is a bp_shlib_event, then set bs->stop and bs->print if stop_on_solib_events is set.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cc0fd4a..7cd2ce2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2012-01-24 Pedro Alves <palves@redhat.com>
+
+ * breakpoint.c (bpstat_stop_status): Moving clearing print_it
+ outside `bs->stop' block.
+ (bpstat_what): Rework bp_shlib_event handling.
+ (internal_bkpt_check_status): If the breakpoint is a
+ bp_shlib_event, then set bs->stop and bs->print if
+ stop_on_solib_events is set.
+
2012-01-24 Gary Benson <gbenson@redhat.com>
Delete #if 0'd out code.