diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e2629a4..dbe9a55 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +2009-06-10 Pierre Muller <muller@ics.u-strasbg.fr> + + * breakpoint.c: ARI fixes. + (create_overlay_event_breakpoint): Avoid assignment inside if statement. + (print_one_breakpoint_location): Likewise. + (create_longjmp_breakpoint): Likewise. + (tracepoint_save_command): Likewise + (bpstat_find_step_resume_breakpoint): No operator at end of line. + (bpstat_stop_status): Likewise. + (describe_other_breakpoints): Likewise. + (hw_watchpoint_used_count): Likewise. + (expand_line_sal_maybe): Likewise. + (break_command_really): Likewise. + (delete_command): Likewise. + (do_enable_breakpoint): Likewise. + (delete_trace_command): Likewise. + (catch_exception_command_1): Likewise and remove extra parentheses. + 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr> * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of |