* tui/tui-data.c (tui_prev_win): Guard against NULL.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 518bd17f6a7d6a1b8c1f9ceea5d3ea4d60cd03e4..83c5ba9c55d5ca11c24b8790061527e43cd16cb3 100644 (file)
@@ -1,3 +1,109 @@
+2007-11-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * tui/tui-data.c (tui_prev_win): Guard against NULL.
+
+2007-11-12  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdbarch.sh (gdbarch_alloc): Replace current_gdbarch by gdbarch. Remove
+       obsolete comment.
+       (verify_gdbarch, gdbarch_dump): Likewise.
+       (do_read): Update comment.
+       (addr_bit, bfd_arch_info, target_desc, long_long_bit, floatformat)
+       (ptr_bit, name_of_malloc): Replace current_gdbarch by gdbarch.
+       * gdbarch.{c,h}: Regenerate.
+
+2007-11-12  Markus Deuling  <deuling@de.ibm.com>
+
+       * xtensa-tdep.c (ARG_1ST): Replace ARGS_FIRST_REG by its expression.
+       (ARGS_FIRST_REG): Remove.
+       (areg_numer): New function.
+       (xtensa_pseudo_register_read, xtensa_frame_prev_register)
+       (xtensa_extract_return_value, xtensa_store_return_value)
+       (xtensa_frame_cache): Replace AREG_NUMBER by areg_number.
+       (AREG_NUMBER): Remove.
+       (XTENSA_IS_ENTRY, ARG_NOF, ARG_1ST): Add gdbarch as parameter.
+       (xtensa_frame_cache): Update use of XTENSA_IS_ENTRY.
+       (xtensa_push_dummy_call): Update use of ARG_NOF.
+       (extract_call_winsize): Add gdbarch as parameter. Replace
+       current_gdbarch by gdbarch.
+       (xtensa_extract_return_value, xtensa_store_return_value): Update call
+       of extract_call_winsize.
+
+2007-11-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry for new set/show print frame-args command.
+
+2007-11-09  Kevin Buettner  <kevinb@redhat.com>
+
+       * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add missing
+       register number to map.  Adjust warning check and error/warning
+       return value code to match expectations of this function's callers.
+
+2007-11-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * stack.c (print_this_frame_argument_p): Handle arguments passed
+       by reference properly.
+
+2007-11-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * stack.c (print_frame_arguments_choices): New static global.
+       (print_frame_arguments): Likewise.
+       (print_this_frame_argument_p): New function.
+       (print_frame_args): Print the argument value only when appropriate.
+       (_initialize_task): Add new "set/show print frame-arguments" command.
+
+2007-11-09  Luis Machado  <luisgpm@br.ibm.com>
+
+       * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Move
+       saved_dabr_value assignment to the correct position.
+               
+2007-11-09  Markus Deuling  <deuling@de.ibm.com>
+
+       * arch-utils.c (generic_convert_register_p): Add gdbarch as parameter.
+       * arch-utils.h (generic_convert_register_p): Likewise.
+
+2007-11-09  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdbarch.sh (convert_register_p): Add gdbarch as parameter.
+       * ia64-tdep.c (ia64_convert_register_p): Likewise.
+       * i387-tdep.c (i387_convert_register_p): Likewise.
+       * i387-tdep.h (i387_convert_register_p): Likewise.
+       * alpha-tdep.c (alpha_convert_register_p): Likewise.
+       * gdbarch.{c,h}: Regenerate.
+
+       * rs6000-tdep.c (rs6000_convert_register_p): Add gdbarch as parameter.
+       Replace current_gdbarch by gdbarch.
+       * mips-tdep.c (mips_convert_register_p): Likewise.
+       * m68k-tdep.c (m68k_convert_register_p): Likewise.
+       * i386-tdep.c (i386_convert_register_p): Likewise.
+
+2007-11-08  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * gdb_string.h: Include <strings.h>.
+
+2007-11-08  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * breakpoint.c (break_command_1): Remove
+       pending_bp parameter.
+       (create_breakpoint): Likewise.
+       (create_breakpoints): Likewise. Adjust call to
+       create_breakpoint.
+       (break_command_1): Likewise. Adjust call to
+       create_breakpoints.
+       (do_captured_breakpoint): Adjust call to
+       create_breakpoints.
+       (break_command, tbreak_command, hbreak_command)
+       (stopin_command, stopat_command): Adjust call
+       to break_command_1.
+                       
+2007-11-07  Joseph Myers  <joseph@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Right-align
+       struct values smaller than one doubleword; left-align those
+       larger.  Pass structs containing a single floating-point value in
+       registers.
+
 2007-11-07  Joseph Myers  <joseph@codesourcery.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
This page took 0.025334 seconds and 4 git commands to generate.