diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a821470..874d2d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com> + * breakpoint.c (print_one_breakpoint_location): Remove unused + argument PRINT_ADDRESS_BITS. Update callers. + (print_one_breakpoint): Likewise. + +2011-02-28 Ulrich Weigand <uweigand@de.ibm.com> + * breakpoint.c (wrap_indent_at_field): New function. (print_breakpoint_location): Use it instead of WRAP_INDENT argument. Allocate ui_stream locally instead of using STB argument. |