diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d713755..eef41b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2015-01-09 Pedro Alves <palves@redhat.com> + + * breakpoint.c (bp_location_inserted_here_p): New function, + factored out from ... + (breakpoint_inserted_here_p): ... here. Use + ALL_BP_LOCATIONS_AT_ADDR. + (software_breakpoint_inserted_here_p): Use + bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR. + 2014-01-09 Pedro Alves <palves@redhat.com> Skip enabling event reporting if the kernel supports |