diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 06924fd..ed65bd6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> + * breakpoint.c (update_breakpoints_after_exec, print_it_typical) + (bpstat_what, print_one_breakpoint, allocate_bp_location) + (mention): Remove bp_through_sigtramp support. + * breakpoint.h (enum bptype): Remove bp_through_sigtramp. + +2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> + * breakpoint.c (bpstat_what): Give step-resume higher priority than shlib events. |