aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-11/+21
* h8300-tdep.c (h8300_frame_cache): Use get_frame_arch to get at the current architecture by frame_info. (h8300_frame_prev_register (h8300_print_register): Replace current_gdbarch by gdbarch. (h8300_print_registers_info, h8300_register_type) (h8300_register_type): Likewise.
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand6-26/+48
* i386-linux-nat.c (fetch_register): Use get_regcache_arch to get at the current architecture by regcache. (store_register, supply_gregset, fill_gregset, i386_linux_resume) (i386_linux_fetch_inferior_registers) (i386_linux_store_inferior_registers): Likewise. * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Likewise. * i386-nto-tdep.c (i386nto_supply_gregset): Likewise. * i386v4-nat.c (supply_fpregset, fill_fpregset): Likewise. * i386-tdep.c (i386_unwind_pc): Replace current_gdbarch by gdbarch. (i386_extract_return_value, i386_store_return_value): Likewise. * i386-tdep.c (i386_frame_prev_register): Use get_frame_arch to get at the current architecture by frame_info. (i386_sigtramp_frame_cache, i386_get_longjmp_target) (i386_register_to_value, i386_value_to_register): Likewise.
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-5/+16
* monitor.c (monitor_supply_register): Use get_regcache_arch to get at the current architecture by regcache. (monitor_store_register, monitor_store_registers): Likewise.
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-2/+8
* dbug-rom.c (dbug_supply_register): Use get_regcache_arch to get at the current architecture by regcache.
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-4/+8
* arch-utils.c (legacy_return_value): Replace current_gdbarch by gdbarch.
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-12/+22
* 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 * solib-svr4.c (enable_break): Add the dynamic linker also ifDaniel Jacobowitz4-3/+23
auxv succeeds. * gdb.server/server-run.exp: Test for dynamic linker symbols.
2007-10-09 * MAINTAINERS (Write After Approval): Add self.Carlos Eduardo Seo2-0/+5
2007-10-092007/10/09 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-3/+8
* lib/gdb.exp (gdb_run_cmd): Move comment outside of gdb_expect call, to avoid interruption.
2007-10-09 * stabsread.c (read_huge_number): Initialize local variable to 0.Pedro Alves2-1/+5
2007-10-092007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller5-2/+73
* 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*** empty log message ***gdbadmin1-1/+1
2007-10-082007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>Pedro Alves3-2/+127
* gdb.base/whatis.c (v_long_long, v_signed_long_long) (v_unsigned_long_long, v_long_long_array) (v_signed_long_long_array, v_unsigned_long_long_array) (slong_long_addr, a_slong_long_addr, v_long_long_pointer) (v_signed_long_long_pointer, v_unsigned_long_long_pointer) [!NO_LONG_LONG]: New. (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add v_long_long_member. (v_long_long_func, v_signed_long_long_func) (v_unsigned_long_long_func) [!NO_LONG_LONG]: New. (main) [!NO_LONG_LONG]: Initialize long long variants. * gdb.base/whatis.exp: If board file requests no_long_long, build test with NO_LONG_LONG defined. Test long long, signed long long, and unsigned long long variants but only if board file doesn't disable it.
2007-10-082007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>Pedro Alves2-29/+72
* 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-082007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann1-0/+4
* MAINTAINERS (Write After Approval): Add self.
2007-10-08 * MAINTAINERS (Write After Approval): Add self.Thiago Jung Bauermann1-0/+1
2007-10-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-1/+6
* breakpoint.c (print_one_breakpoint_location): ARI fix: Replace asprintf by xstrprintf.
2007-10-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-2/+7
* 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-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-1/+6
* linux-fork.c: Move "gdb_wait.h" include back to the position of <sys/wait.h> include before last commit.
2007-10-08* mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.Maciej W. Rozycki2-1/+5
2007-10-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-32/+49
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-60/+77
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-90/+114
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-16/+26
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand4-44/+67
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-32/+42
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand3-40/+62
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand5-24/+53
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-42/+55
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-19/+32
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand4-8/+19
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand4-13/+26
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand3-13/+19
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-22/+30
* 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-082007-10-08 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-10/+20
* 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-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Daniel Jacobowitz9-4/+389
Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (ALL_SUBDIRS): Add gdb.pascal. * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile. * configure: Regenerated. * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas, gdb.pascal/types.exp, lib/pascal.exp: New files.
2007-10-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-5/+4
* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
2007-10-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-2/+8
* 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-08*** empty log message ***gdbadmin1-1/+1
2007-10-07*** empty log message ***gdbadmin1-1/+1
2007-10-06*** empty log message ***gdbadmin1-1/+1
2007-10-05 * remote.c (get_offsets): Only call free_symfile_segment_data ifDaniel Jacobowitz2-2/+7
data was allocated.
2007-10-052007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-4/+9
* objc-exp.y: ARI fix: remove 4 PARAMS.
2007-10-05*** empty log message ***gdbadmin1-1/+1
2007-10-04*** empty log message ***gdbadmin1-1/+1
2007-10-03 * NEWS: Use uniform spacing. Correct version number for GDB 6.7Daniel Jacobowitz2-5/+10
news. Mention XML support for M68K in GDB 6.7.
2007-10-03 * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for theDaniel Jacobowitz2-3/+7
bounds. (init_vector_type): Use builtin_type_int32.
2007-10-03*** empty log message ***gdbadmin1-1/+1
2007-10-02 * s390-tdep.c (s390_regset_from_core_section): Allow excess sectionUlrich Weigand2-2/+7
size to enable bi-arch generate-core-file support.
2007-10-022007-10-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-4/+8
* spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.