2007-10-09 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a14caefd2996db69e6f83699b2a9fe79103d3c79..f4380b63280ded82f5def7d09e8c1d99c034601c 100644 (file)
@@ -1,3 +1,312 @@
+2007-10-09  Markus Deuling  <deuling@de.ibm.com>
+
+       * dbug-rom.c (dbug_supply_register): Use get_regcache_arch to get at
+       the current architecture by regcache.
+
+2007-10-09  Markus Deuling  <deuling@de.ibm.com>
+
+       * arch-utils.c (legacy_return_value): Replace current_gdbarch by
+       gdbarch.
+
+2007-10-09  Markus Deuling  <deuling@de.ibm.com>
+
+       * frame.c (frame_pc_unwind): Use get_frame_arch to get at the current
+       architecture by frame.
+       (frame_save_as_regcache, frame_register_unwind, get_prev_frame_1)
+       (inside_main_func, frame_sp_unwind): Likewise.
+
+2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib-svr4.c (enable_break): Add the dynamic linker also if
+       auxv succeeds.
+
+2007-10-09  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
+
+       * MAINTAINERS (Write After Approval): Add self.
+
+2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * stabsread.c (read_huge_number): Initialize local variable to 0.
+
+2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+        * p-lang.h (pascal_main_name): Add declaration.
+        * p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
+        (GPC_MAIN_PROGRAM_NAME_2): New constants.
+        (pascal_main_name): New function.
+        * symtab.c: Include p-lang.h.
+        (find_main_name): Add call to pascal_main_name.
+        * Makefile.in (symtab.o): Add dependency on p-lang.h.
+
+2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * stabsread.c (read_huge_number): Fix handling of octal
+       representation when the bit width is known.
+       (read_range_type): Record unsigned integral types with their size,
+       when the type size is known.
+
+2007-10-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * MAINTAINERS (Write After Approval): Add self.
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+        * breakpoint.c (print_one_breakpoint_location): ARI fix: 
+       Replace asprintf by xstrprintf.
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
+       Makefile.in (linux-fork.o): Add gdb_dirent.h dependency. 
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * linux-fork.c: Move "gdb_wait.h" include back to the position of
+       <sys/wait.h> include before last commit.
+
+2007-10-08  Maciej W. Rozycki  <macro@mips.com>
+
+       * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
+       (supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
+       (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
+       (store_regs_user_thread, store_regs_kernel_thread): Use
+       get_regcache_arch or get_frame_arch to get at the current architecture
+       by regcache or by frame, respectively.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
+       (sh64_pseudo_register_read, sh64_pseudo_register_write)
+       (sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
+       (sh64_print_register, sh64_media_print_registers_info)
+       (sh64_compact_print_registers_info, sh64_unwind_sp)
+       (sh64_unwind_pc): Replace current_gdbarch by gdbarch.
+       (sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
+       (sh64_frame_prev_register): Use FRAME to recognize current
+       architecture.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
+       (sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
+       (sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
+       current_gdbarch by gdbarch.
+       (sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
+       (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
+       (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
+       (sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
+       recognize current architecture.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * remote.c (init_remote_state, fetch_register_using_p)
+       (process_g_packet, remote_fetch_registers, remote_prepare_to_store)
+       (store_register_using_P, store_registers_using_G)
+       (remote_store_registers): Use get_regcache_arch or get_frame_arch to
+       get at the current architecture by regcache or by frame, respectively.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
+       (m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
+       (m68k_frame_prev_register, m68k_get_longjmp_target): Use
+       get_regcache_arch or get_frame_arch to get at the current architecture
+       by regcache or by frame, respectively.
+       * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
+       * m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
+       (store_register, old_store_inferior_registers, supply_gregset)
+       (supply_fpregset, fill_fpregset): Likewise.
+       * m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
+       Replace current_gdbarch by gdbarch.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
+       (fill_fpregset, fetch_core_registers): Use get_regcache_arch or
+       get_frame_arch to get at the current architecture by regcache or by
+       frame, respectively.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
+       Replace current_gdbarch by gdbarch.
+       * ia64-tdep.c (ia64_frame_prev_register
+       (ia64_sigtramp_frame_prev_register)
+       (ia64_libunwind_frame_prev_register): Use get_regcache_arch or
+       get_frame_arch to get at the current architecture by regcache or by
+       frame, respectively.
+       * ia64-linux-nat.c (ia64_linux_fetch_register)
+       (ia64_linux_fetch_registers, ia64_linux_store_register)
+       (ia64_linux_store_registers): Likewise.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
+       current_gdbarch by gdbarch.
+       * hppa-linux-nat.c (fetch_register, store_register)
+       (hppa_linux_fetch_inferior_registers)
+       (hppa_linux_store_inferior_registers): Use get_regcache_arch or
+       get_frame_arch to get at the current architecture by regcache or by
+       frame, respectively.
+       * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
+       (hppa_hpux_unwind_adjust_stub): Likewise.
+       * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
+       (hppa_hpux_fetch_inferior_registers)
+       (hppa_hpux_store_inferior_registers): Likewise.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
+       (cris_scan_prologue, crisv32_scan_prologue, find_step_target)
+       (cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
+       or get_frame_arch to get at the current architecture by regcache or by
+       frame, respectively.
+       * cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
+       (cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
+       (crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
+       current_gdbarch by gdbarch.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
+       (thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
+       (arm_store_return_value): Use get_regcache_arch or get_frame_arch to
+       get at the current architecture by regcache or by·frame, respectively.
+       (arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
+       gdbarch.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
+       Use get_regcache_arch or get_frame_arch to get at the current
+       architecture by regcache or by frame, respectively.
+       * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
+       * amd64-nat.c (amd64_supply_native_gregset)
+       (amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
+       gdbarch.
+       * alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
+       (alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
+       (alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
+       get_frame_arch to get at the current architecture by regcache or by 
+       frame, respectively.
+       * alpha-nat.c (fetch_osf_core_registers): Likewise.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
+       (dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
+       current_gdbarch by gdbarch.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * regcache.c (init_regcache_descr, register_type, read_pc_pid)
+       (write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
+       * regcache.c (regcache_raw_write): Use get_regcache_arch or
+       get_frame_arch to get at the current architecture by regcache or by
+       frame, respectively.
+
+2007-10-08  Markus Deuling  <deuling@de.ibm.com>
+
+       * findvar.c (value_of_register, locate_var_value): Use
+       get_regcache_arch or get_frame_arch to get at the current architecture
+       by regcache or by frame, respectively.
+       * findvar.c (default_value_from_register, value_from_register): Replace
+       current_gdbarch by gdbarch.
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+        * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
+       Makefile.in (linux-fork.o): Add gdb_wait.h dependency. 
+
+2007-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (get_offsets): Only call free_symfile_segment_data if
+       data was allocated.
+
+2007-10-03  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * objc-exp.y: ARI fix: remove 4 PARAMS. 
+
+2007-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Use uniform spacing.  Correct version number for GDB 6.7
+       news.  Mention XML support for M68K in GDB 6.7.
+
+2007-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
+       bounds.
+       (init_vector_type): Use builtin_type_int32.
+
+2007-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * s390-tdep.c (s390_regset_from_core_section): Allow excess section
+       size to enable bi-arch generate-core-file support.
+
+2007-10-02  Markus Deuling  <deuling@de.ibm.com>
+
+       * spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
+
+2007-10-02  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
+
+       * tui/tui-interp.c (tui_init): Initialize tui's SIGWINCH
+       signal handler.
+       * tui/tui-win.c (tui_initialize_win): New function for
+       initializing tui's SIGWINCH signal handler.
+       * tui/tui-win.h (tui_initialize_win): Declare.
+
+2007-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * ppc-linux-nat.c (ppc_linux_stopped_data_address): Cast
+       pointer to uintptr_t before casting to CORE_ADDR.
+
+2007-10-02  Markus Deuling  <deuling@de.ibm.com>
+
+       * linux-nat.c (PTRACE_GETSIGINFO): Add define.
+
+2007-10-02  Mark Mitchell  <mark@codesourcery.com>
+
+       * mingw-hdep.c (gdb_select): Stop helper threads before returning.
+       * ser-mingw.c (enum select_thread_state): New type.
+       (struct ser_console_state): Add have_started and thread_state.
+       (select_thread_wait): New function.
+       (thread_fn_type): New type.
+       (create_select_thread): New function.
+       (destroy_select_thread): Likewise.
+       (start_select_thread): Likewise.
+       (stop_select_thread): Likewise.
+       (console_select_thread): Use new functions.
+       (pipe_select_thread): Likewise.
+       (file_select_thread): Likewise.
+       (ser_console_wait_handle): Likewise.
+       (ser_console_done_wait_handle): Likewise.
+       (ser_console_close): Likewise.
+       (free_pipe_state): Likewise.
+       (pipe_wait_handle): Likewise.
+       (pipe_done_wait_handle): Likewise.
+       (struct net_windows_state): Derive from ser_console_state.
+       (net_windows_select_thread): Use new functions.
+       (net_windows_wait_handle): Likewise.
+       (net_windows_done_wait_handle): Likewise.
+       (net_windows_close): Likewise.
+
+2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * inflow.c (terminal_ours_1): Remove useless line.
+
 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * mips-tdep.c (mips_read_fp_register_double): Correct check for
This page took 0.025806 seconds and 4 git commands to generate.