* breakpoint.c (wrap_indent_at_field): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 18b8eb5c0f6bb38be0bd680dfbfcc4be76656b6d..a821470f5f415041e9d31f3e86bb42636be976c2 100644 (file)
@@ -1,3 +1,89 @@
+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.
+       (print_one_breakpoint_location): Update call.
+       * ui-out.c (ui_out_query_field): New function.
+       * ui-out.h (ui_out_query_field): Add prototype.
+
+2011-02-28  Joel Brobecker  <brobecker@adacore.com>
+
+       From Michael Snyder  <msnyder@vmware.com>
+       * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
+
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * objc-lang.c (selectors_info): Prevent string overrun.
+
+       * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
+       error in strncpy.
+
+       * symtab.c (rbreak_command): Move variable 'file_name' to 
+       outer scope.
+
+       * d-valprint.c (dynamic_array_type): Avoid shadowing a function
+       param with a local variable of the same name.
+
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * value.c (value_from_history_ref): New function.
+       * value.h (value_from_history_ref): Export.
+       * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
+       to parse value history references.
+       * cli/cli-utils.h (get_number_trailer): Update comment.
+
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * inferior.c (detach_inferior_command): Use get_number_or_range.
+       (kill_inferior_command): Ditto.
+       (remove_inferior_command): Ditto.
+       (initialize_inferiors): Make command names plural.
+       Update help strings.
+
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * darwin-nat-info.c: Fix comment typo.
+       * dwarf2expr.h: Ditto.
+       * fbsd-nat.c: Ditto.
+       * fbsd-nat.h: Ditto.
+       * frame-unwind.h: Ditto.
+       * frame.h: Ditto.
+       * hppa-hpux-tdep.c: Ditto.
+       * i386-linux-nat.c: Ditto.
+       * linux-nat.c: Ditto.
+       * nbsd-nat.c: Ditto.
+       * nbsd-nat.h: Ditto.
+       * ppc-linux-tdep.c: Ditto.
+       * serial.c: Ditto.
+       * ui-file.h: Ditto.
+       * tui/tui-winsource.c: Ditto.
+
+2011-02-26  Michael Snyder  <msnyder@vmware.com>
+
+       * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
+
+       * maint.c (maintenance_do_deprecate): Plug a memory leak.
+
+       * dwarf2loc.c (insert_bits): Avoid shadowing a function param
+       with a local variable of the same name.
+
+       * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
+       param with a local variable of the same name.
+       (i387_supply_xsave): Ditto.
+
+       * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
+       that it does not shadow a function parameter.
+
+       * i386-nat.c (i386_length_and_rw_bits): Document that case
+       statement is meant to fall through.
+
+       * expprint.c (dump_subexp_body_standard): Document that case
+       statement is meant to fall through.
+
+       * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
+       dead if statement.  Condition can't be false.
+
 2011-02-25  Michael Snyder  <msnyder@vmware.com>
 
        * arm-tdep.c: Fix typos in comments.
This page took 0.028796 seconds and 4 git commands to generate.