summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>Aaron W. LaFramboise2008-09-045-3/+42
| | | | | | | | * configure.ac (RPATH_ENVVAR): Use PATH on Windows. (GCC_SHLIB_SUBDIR): New. * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR. * configure: Regenerate. * Makefile.in: Regenerate.
* * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.Ulrich Weigand2008-09-044-9/+27
| | | | | | * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle software watchpoints. * gdb.base/watch_thread_num.exp: Likewise.
* *** empty log message ***gdbadmin2008-09-041-1/+1
|
* daily updateAlan Modra2008-09-041-1/+1
|
* 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>Michael Snyder2008-09-036-5/+25
| | | | | | | | | | | * ser-tcp.c (ser_tcp_send_break): New function. (_initialize_ser_tcp): Use ser_tcp_send_break. * ser-tcp.h (ser_tcp_send_break): New prototype. 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com> * gdb.texinfo (Interrupts): Mention TCP interface for sending BREAK.
* * spu-tdep.c (spu_push_dummy_call): Update all stack pointer slotsUlrich Weigand2008-09-032-2/+14
| | | | when allocating stack frame for inferior call.
* * spu-tdep.c (spu_frame_unwind_cache): Do not attempt to unwindUlrich Weigand2008-09-032-0/+9
| | | | SP or return address if we failed to find a valid frame.
* * breakpoint.c (breakpoint_init_inferior): Mark as not inserted onlyAleksandar Ristovski2008-09-035-2/+176
| | | | | | | | | | | | | | | non-permanent breakpoints. (bpstat_stop_status): Change enable_state to bp_disabled only for non-permanent breakpoints. (bp_loc_is_permanent): New function. (create_breakpoint): Check if the location points to a permanent breakpoint and if it does, make breakpoint permanent. (update_breakpoint_locations): Make sure new locations of permanent breakpoints are properly initialized. * i386-tdep.c (i386_skip_permanent_breakpoint): New function. (i386_gdbarch_init): Set gdbarch_skip_permanent_breakpoint. * gdb.arch/i386-bp_permanent.exp: New test.
* *** empty log message ***gdbadmin2008-09-031-1/+1
|
* daily updateAlan Modra2008-09-031-1/+1
|
* * breakpoint.c (insert_breakpoints, update_global_location_list):Pedro Alves2008-09-022-2/+10
| | | | | Check breakpoints_always_inserted_mode instead of always_inserted_mode directly.
* (ia64_get_dyn_info_list): Use obj_section_addr.Andreas Schwab2008-09-022-1/+5
|
* *** empty log message ***gdbadmin2008-09-021-1/+1
|
* daily updateAlan Modra2008-09-021-1/+1
|
* Stay compatible after the GCC PR fortran/29635 fix.Jan Kratochvil2008-09-012-3/+10
| | | | | | * dwarf2read.c (process_die <DW_TAG_imported_module>) (process_die <DW_TAG_imported_module>): Do not assert anything about these unsupported tags.
* daily updateAlan Modra2008-09-011-1/+1
|
* *** empty log message ***gdbadmin2008-09-011-1/+1
|
* *** empty log message ***gdbadmin2008-08-311-1/+1
|
* daily updateAlan Modra2008-08-311-1/+1
|
* revert previous change, like interpreting English is obvious ...Doug Evans2008-08-302-6/+2
|
* daily updateAlan Modra2008-08-301-1/+1
|
* *** empty log message ***gdbadmin2008-08-301-1/+1
|
* * cli/cli-decode.c (help_cmd): Fix thinko in pre/post hook help output.Doug Evans2008-08-292-6/+8
|
* * maint.c (_initialize_maint_cmds): Fix typo.Tom Tromey2008-08-292-2/+6
|
* * dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname onTom Tromey2008-08-292-1/+8
| | | | obstack.
* *** empty log message ***gdbadmin2008-08-291-1/+1
|
* 2008-08-28 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-08-282-0/+15
| | | | * stab.def: Add BNSYM, ENSYM, OSO for darwin.
* gas/testsuite/Jan Beulich2008-08-284-2/+30
| | | | | | | | | | | | | | | 2008-08-28 Jan Beulich <jbeulich@novell.com> * gas/i386/intel.s: Add retf. * gas/i386/intel.{d,e}: Adjust. * gas/i386/opcode-intel.d: Replace lret with retf. opcodes/ 2008-08-28 Jan Beulich <jbeulich@novell.com> * i386-dis.c (dis386): Adjust far return mnemonics. * i386-opc.tbl: Add retf. * i386-tbl.h: Re-generate.
* gas/testsuite/Jan Beulich2008-08-282-16/+20
| | | | | | | | | | | 2008-08-28 Jan Beulich <jbeulich@novell.com> * gas/i386/gas/i386/opcode-suffix.d: Add suffixes to cmovXX. opcodes/ 2008-08-28 Jan Beulich <jbeulich@novell.com> * i386-dis.c (dis386_twobyte): Adjust cmovXX mnemonics.
* gas/H.J. Lu2008-08-289-832/+859
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-28 H.J. Lu <hongjiu.lu@intel.com> * config/tc-ia64.c (CR_IIB0): New. (CR_IIB1): Likewise. (cr): Add cr.iib0 and cr.iib1. (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1. gas/testsuite/ 2008-08-28 H.J. Lu <hongjiu.lu@intel.com> * gas/ia64/dv-raw-err.s: Add tests for cr.iib0 and cr.iib1. * gas/ia64/dv-waw-err.s: Likewise. * gas/ia64/regs.s: Likewise. * gas/ia64/dv-raw-err.l: Updated. * gas/ia64/dv-waw-err.l: Likewise. * gas/ia64/regs.d: Likewise. include/opcode/ 2008-08-28 H.J. Lu <hongjiu.lu@intel.com> * ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update IA64_RS_CR. opcodes/ 2008-08-28 H.J. Lu <hongjiu.lu@intel.com> * ia64-dis.c (print_insn_ia64): Handle cr.iib0 and cr.iib1. * ia64-gen.c (lookup_specifier): Likewise. * ia64-ic.tbl: Add support for cr.iib0 and cr.iib1. * ia64-raw.tbl: Likewise. * ia64-waw.tbl: Likewise. * ia64-asmtab.c: Regenerated.
* 2008-08-28 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-08-281-0/+6
| | | | | | * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9): Enable bfd, binutils and opcodes. * configure: Regenerate.
* 2008-08-28 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-08-282-2/+2
| | | | | | * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9): Enable bfd, binutils and opcodes. * configure: Regenerate.
* * elf-hppa.h (elf_hppa_reloc_final_type): Handle R_PARISC_GPREL64,Dave Anglin2008-08-283-4/+75
| | | | | | | | | | | | | | | R_PARISC_SEGREL32 and R_PARISC_SEGREL64. * som.c (som_fixup_formats): Add R_DATA_GPREL fixup. (som_hppa_howto_table): Likewise. (hppa_som_gen_reloc_type): In case R_HPPA_GOTOFF, detect R_DATA_GPREL final type. (som_write_fixups): Handle R_DATA_GPREL. * config/tc-hppa.c (is_SB_relative): New macro. (fix_new_hppa): Remove $segrel$ marker. (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is segment relative. * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
* *** empty log message ***gdbadmin2008-08-281-1/+1
|
* gas/testsuite/H.J. Lu2008-08-273-2/+8
| | | | | | | | | | | | | | | | 2008-08-27 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/intel.s: Add tests for fidivr. * gas/i386/intel.d: Updated. opcodes/ 2008-08-27 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.tbl: Correct fidivr operand size. * i386-tbl.h: Regenerated.
* * remote.c: Include "gdb_stat.h".Ulrich Weigand2008-08-272-0/+5
|
* daily updateAlan Modra2008-08-271-1/+1
|
* *** empty log message ***gdbadmin2008-08-271-1/+1
|
* * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand2008-08-268-109/+124
| | | | | | | | | | | | | | | | | | | | * dummy-frame.c: Include "observer.h". (dummy_frame_push): Do not check for stale frames. (dummy_frame_pop): New function. (cleanup_dummy_frames): New function. (_initialize_dummy_frame): Install it as inferior_created observer. * frame.h (struct frame_id): Update comments. (frame_id_inner): Remove prototype. * frame.c (frame_id_inner): Make static. Add comments. (frame_find_by_id): Update frame_id_inner safety net check to avoid false positives for targets using non-contiguous stack ranges. (get_prev_frame_1): Update frame_id_inner safety net check. (frame_pop): Call dummy_frame_pop when popping a dummy frame. * stack.c (return_command): Directly pop the selected frame. * infrun.c (handle_inferior_event): Remove dead code. * i386-tdep.c (i386_push_dummy_call): Update comment.
* * breakpoint.c (remove_breakpoint): Do not fail if unable to removeUlrich Weigand2008-08-262-0/+12
| | | | breakpoint from shared library.
* * solib-svr4.c (read_program_header): New function.Ulrich Weigand2008-08-262-16/+205
| | | | | | | (scan_dyntag_auxv): New function. (elf_locate_base): Use it if scan_dyntag fails. (find_program_interpreter): New function. (enable_break): Use it instead of .interp section.
* ChangeLog:Ulrich Weigand2008-08-2611-86/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remote.h (remote_filename_p, remote_bfd_open): Add prototypes. * remote.c (remote_bfd_iovec_open, remote_bfd_iovec_close, remote_bfd_iovec_pread, remote_bfd_iovec_stat, remote_filename_p, remote_bfd_open): New functions. (remote_hostio_send_command): Fail safely if remote connection is not set up. * solist.h (solib_open): Remove prototype. (solib_bfd_open): Add prototype. * solib.c: Include "remote.h". (solib_open): Remove, replace by ... (solib_bfd_open): ... this new function. Handle remote BFDs. (solib_map_sections): Replace solib_open by solib_bfd_open. * solib-frv.c: Include "exceptions.h". (enable_break2): Replace solib_open by solib_bfd_open. * solib-svr4.c: Include "exceptions.h". (enable_break): Replace solib_open by solib_bfd_open. * symfile.c: Include "remote.h". (build_id_verify): Handle remote BFDs. (separate_debug_file_exists): Use BFD to access file. Handle remote BFDs. (symfile_bfd_open): Handle remote BFDs. (reread_symbols): Handle remote BFDs. * NEWS: Mention "remote:" argument prefix to "set sysroot". doc/ChangeLog: * gdb.texinfo (Commands to Specify Files): Document "remote:" argument prefix to "set sysroot".
* * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand2008-08-2621-83/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (deprecated_current_gdbarch_select_hack): Set it. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c (gdbarch_update_p): Use target_gdbarch instead of current_gdbarch. * target-descriptions.c (target_find_description): Likewise. * arm-tdep.c (arm_update_current_architecture): Likewise. (show_fp_model, arm_show_abi, arm_show_fallback_mode, arm_show_force_mode): Likewise. * mips-tdep.c (show_mask_address, show_mipsfpu_command, show_mips_abi): Likewise. * mep-tdep.c (me_module_register_set, current_me_module): Likewise. * target.c (target_translate_tls_address): Use target_gdbarch instead of current_gdbarch. * remote.c (struct packet_reg): Likewise. (get_remote_arch_state, packet_reg_from_regnum, packet_reg_from_pnum, remote_check_symbols, remote_wait, remote_address_masked, remote_insert_breakpoint, remote_insert_hw_breakpoint, remote_read_description): Likewise. * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise. * remote-mips.c (mips_open, mips_common_breakpoint): Likewise. * cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise. * solib.c (solib_open, solib_map_sections, solib_read_symbols, solib_add, info_sharedlibrary_command, solib_address, solib_create_inferior_hook, in_solib_dynsym_resolve_code, solib_global_lookup): Likewise. * solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise. * solib-irix.c (irix_current_sos, irix_open_symbol_file_object): Likewise. * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise. * solib-svr4.c (exec_entry_point, enable_break, svr4_free_so, set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets): Likewise. * nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix, nto_truncate_ptr): Likewise. * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
* * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections) New structure.Luis Machado2008-08-262-2/+32
| | | | | | | (ppc_linux_vmx_regset_sections): New structure. (ppc_linux_fp_regset_sections): New structure. (ppc_linux_init_abi): Select core-file regset based on target features.
* * elf32-arm.c: Fix up comment describing Thumb to ARM interworkingNick Clifton2008-08-262-3/+9
| | | | stub.
* * target.c (debug_print_register): Use regcache_raw_collectUlrich Weigand2008-08-262-3/+7
| | | | instead of regcache_cooked_read. Only handle raw registers.
* bfd/Nick Clifton2008-08-262-4/+83
| | | | | | | | | | | | | | | | | | * elf32-arm.c (arm_thumb_arm_v4t_short_branch_stub): Define. (elf32_arm_stub_type): Add arm_thumb_arm_v4t_stub_short_branch. (arm_type_of_stub): Handle armv4t short branches. Update prototype. (arm_stub_is_thumb): Handle arm_thumb_arm_v4t_stub_short_branch. (arm_build_one_stub): Likewise. (arm_size_one_stub): Likewise. (elf32_arm_size_stubs): Use new arm_type_of_stub prototype. (arm_map_one_stub): Handle arm_thumb_arm_v4t_stub_short_branch. ld/testsuite/ * ld-arm/arm-elf.exp: Add farcall-thumb-arm-short test. * ld-arm/farcall-group2.s: Fix comment. * ld-arm/farcall-thumb-arm-short.d: New test. * ld-arm/farcall-thumb-arm-short.s: New test.
* *** empty log message ***gdbadmin2008-08-261-1/+1
|
* daily updateAlan Modra2008-08-261-1/+1
|
* * cp-name-parser.y: Include config.h before system headers.Pedro Alves2008-08-252-1/+6
|