diff options
author | Pierre Muller <muller@sourceware.org> | 2009-06-10 04:32:08 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2009-06-10 04:32:08 +0000 |
commit | 059fb39f2af3a0c8c101c622644cf65279c0b48b (patch) | |
tree | abee12a8271aa7dde77b48bf53386a1a2a5165c6 /gdb/ChangeLog | |
parent | 3052cdc29e022e4a3ef55d96371c4f89be1424a9 (diff) | |
download | gdb-059fb39f2af3a0c8c101c622644cf65279c0b48b.zip gdb-059fb39f2af3a0c8c101c622644cf65279c0b48b.tar.gz gdb-059fb39f2af3a0c8c101c622644cf65279c0b48b.tar.bz2 |
* 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.
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 |