summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.Doug Evans2008-09-0411-56/+68
| | | | | | | | | Change argument of pulongest from CORE_ADDR to ULONGEST. All callers updated. * utils.c (plongest): Renamed from paddr_d. (pulongest): Renamed from paddr_u, change arg type to ULONGEST. * remote-mips.c (send_srec): Use paddr_nz instead of paddr_u in `CORE_ADDR addr' arg of error message.
* 2008-09-04 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-09-042-1/+6
| | | | | * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well as "at" (for non-debug functions such as _start).
* * configure.srv: Merge MIPS and MIPS64.Daniel Jacobowitz2008-09-042-11/+9
|
* * 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
|
* 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
|
* * 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
|
* 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.
* *** empty log message ***gdbadmin2008-09-011-1/+1
|
* *** empty log message ***gdbadmin2008-08-311-1/+1
|
* revert previous change, like interpreting English is obvious ...Doug Evans2008-08-302-6/+2
|
* *** 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
|
* *** empty log message ***gdbadmin2008-08-281-1/+1
|
* * remote.c: Include "gdb_stat.h".Ulrich Weigand2008-08-272-0/+5
|
* *** 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.
* * target.c (debug_print_register): Use regcache_raw_collectUlrich Weigand2008-08-262-3/+7
| | | | instead of regcache_cooked_read. Only handle raw registers.
* *** empty log message ***gdbadmin2008-08-261-1/+1
|
* * cp-name-parser.y: Include config.h before system headers.Pedro Alves2008-08-252-1/+6
|
* * m88k-tdep.c: Update for unwinder changes.Ulrich Weigand2008-08-252-47/+37
|
* *** empty log message ***gdbadmin2008-08-251-1/+1
|
* * s390-tdep.c (s390_address_class_type_flags): UseTom Tromey2008-08-242-3/+10
| | | | | | TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1. (s390_address_class_type_flags_to_name): Likewise. (s390_address_class_name_to_type_flags): Likewise.
* * Makefile.in (uninstall): Apply $(EXEEXT) too.Maciej W. Rozycki2008-08-242-1/+5
|
* * rs6000-tdep.c (rs6000_builtin_type_vec128): Don't useTom Tromey2008-08-247-6/+21
| | | | | | | | | | | | | | TYPE_FLAGS. * features/rs6000/powerpc-vsx32l.c (initialize_tdesc_powerpc_vsx32l): Update. * features/rs6000/powerpc-vsx32.c (initialize_tdesc_powerpc_vsx32): Update. * features/rs6000/powerpc-vsx64.c (initialize_tdesc_powerpc_vsx64): Update. * features/rs6000/powerpc-vsx64l.c (initialize_tdesc_powerpc_vsx64l): Update. * target-descriptions.c (maint_print_c_tdesc_cmd): Emit TYPE_VECTOR, not TYPE_FLAGS.
* gdb:Tom Tromey2008-08-2425-180/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xml-tdesc.c (tdesc_end_union): Update. * stabsread.c (define_symbol): Update. (read_type): Update. (read_struct_type): Update. (read_enum_type): Update. * spu-tdep.c (spu_builtin_type_vec128): Update. * sh-tdep.c (sh_push_dummy_call_fpu): Update. (sh_push_dummy_call_nofpu): Update. * mdebugread.c (parse_symbol): Update. (parse_symbol): Update. (parse_symbol): Update. (upgrade_type): Update. * jv-lang.c (java_lookup_class): Update. * iq2000-tdep.c (iq2000_pointer_to_address): Update. * i386-tdep.c (i386_mmx_type): Update. (i386_sse_type): Update. * gdbtypes.h (enum type_flag_value): New enum. (enum type_instance_flag_value): New enum. (TYPE_FLAG_UNSIGNED, TYPE_FLAG_NOSIGN, TYPE_FLAG_STUB, TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC, TYPE_FLAG_PROTOTYPED, TYPE_FLAG_INCOMPLETE, TYPE_FLAG_VARARGS, TYPE_FLAG_VECTOR, TYPE_FLAG_FIXED_INSTANCE, TYPE_FLAG_STUB_SUPPORTED, TYPE_FLAG_NOTTEXT): Now enum constants. (TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE, TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2): Remove. (TYPE_INSTANCE_FLAG_CONST, TYPE_INSTANCE_FLAG_VOLATILE, TYPE_INSTANCE_FLAG_CODE_SPACE, TYPE_INSTANCE_FLAG_DATA_SPACE, TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1, TYPE_INSTANCE_FLAG_ADDRESS_CLASS_2): New constants. (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB, TYPE_TARGET_STUB, TYPE_STATIC, TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_VARARGS, TYPE_VECTOR, TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, TYPE_NOTTEXT): Update. (TYPE_FLAG_ADDRESS_CLASS_ALL): Remove. (TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL): New define. (TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE, TYPE_ADDRESS_CLASS_1, TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): Update. (struct main_type) <flags>: Remove. <flag_unsigned, flag_nosign, flag_stub, flag_target_stub, flag_static, flag_prototyped, flag_incomplete, flag_varargs, flag_vector, flag_stub_supported, flag_nottext, flag_fixed_instance>: New fields. <nfields, vptr_fieldno>: Move earlier. (TYPE_FLAGS): Remove. * gdbtypes.c (make_pointer_type): Update. (address_space_name_to_int): Update. (address_space_int_to_name): Update. (make_type_with_address_space): Update. (make_cv_type): Update. (create_range_type): Update. (get_discrete_bounds): Update. (create_set_type): Update. (make_vector_type): Update. (smash_to_method_type): Update. (check_typedef): Update. (check_stub_method): Update. (init_type): Individually assign flag fields. (recursive_dump_type): Don't print entire TYPE_FLAGS field. Do print TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, and TYPE_NOTTEXT. (copy_type_recursive): Copy the entire main type. Don't use TYPE_FLAGS. * features/rs6000/powerpc-altivec64l.c (initialize_tdesc_powerpc_altivec64l): Update. * features/rs6000/powerpc-altivec64.c (initialize_tdesc_powerpc_altivec64): Update. * features/rs6000/powerpc-altivec32l.c (initialize_tdesc_powerpc_altivec32l): Update. * features/rs6000/powerpc-altivec32.c (initialize_tdesc_powerpc_altivec32): Update. * features/rs6000/powerpc-7400.c (initialize_tdesc_powerpc_7400): Update. * features/arm-with-iwmmxt.c (initialize_tdesc_arm_with_iwmmxt): Update. * dwarf2read.c (read_structure_type): Update. (read_enumeration_type): Likewise. (process_enumeration_scope): Likewise. (read_tag_pointer_type): Likewise. (read_subroutine_type): Likewise. (read_subroutine_type): Likewise. (read_base_type): Likewise. * coffread.c (coff_read_enum_type): Update. * ada-valprint.c (adjust_type_signedness): Update. * ada-typeprint.c (print_record_field_types): Update. * ada-lang.c (packed_array_type): Update. (empty_record): Don't reset TYPE_FLAGS. (ada_template_to_fixed_record_type_1): Update. (ada_template_to_fixed_record_type_1): Likewise. (template_to_static_fixed_type): Likewise. (to_record_with_fixed_variant_part): Likewise. (to_fixed_record_type): Likewise. (to_fixed_array_type): Likewise. (to_static_fixed_type): Likewise. gdb/testsuite: * gdb.base/maint.exp: Update "maint print type".
* *** empty log message ***gdbadmin2008-08-241-1/+1
|
* 2008-08-23 Jim Blandy <jimb@redhat.com>Tom Tromey2008-08-232-0/+7
| | | | | | PR macros/607: * symmisc.c (print_symbol_bcache_statistics): Include statistics for the macro bcache.
* * macrotab.h (struct macro_definition) <kind>: Shrink to one bit.Tom Tromey2008-08-232-2/+7
| | | | (argc): Now 31 bits.
* *** empty log message ***gdbadmin2008-08-231-1/+1
|
* * NEWS: Move macro entries back under "New commands".Tom Tromey2008-08-222-4/+8
|
* * breakpoint.c (create_overlay_event_breakpoint): Rename to ...Ulrich Weigand2008-08-222-2/+17
| | | | | | (create_overlay_event_breakpoint_1): ... this. Add OBJFILE parameter. (create_overlay_event_breakpoint): Loop over all objfiles to install multiple instances of the overlay event breakpoint if present.
* * spu-tdep.c (spu_overlay_new_objfile): Only consider SPU objfiles.Ulrich Weigand2008-08-222-0/+28
| | | | | | | | (info_spu_event_command): Command only supported on SPU architecture. (info_spu_signal_command): Likewise. (info_spu_mailbox_command): Likewise. (info_spu_dma_command): Likewise. (info_spu_proxydma_command): Likewise.
* * infrun.c (adjust_pc_after_break): Do not call get_thread_regcacheUlrich Weigand2008-08-222-7/+14
| | | | if the thread has already exited.
* * infrun.c (proceed): Move back setting previous_inferior_ptidPedro Alves2008-08-222-3/+17
| | | | | | from here ... (wait_for_inferior): ... to here. (fetch_inferior_event): ... and here.
* * gdbarch.sh: Include "regcache.h" into gdbarch.c.Ulrich Weigand2008-08-223-2/+11
| | | | | | (deprecated_current_gdbarch_select_hack): Call registers_changed instead of reinit_frame_cache. * gdbarch.c: Regenerate.