summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Turn off debugging messages from the parser.gdb-csl-available-20060303-branchcvs/gdb-csl-available-20060303-branchDaniel Jacobowitz2006-04-021-3/+3
|
* Add a Debian patch that prevents some bogus "No selected frame" errors.Daniel Jacobowitz2006-04-0213-59/+45
| | | | This needs to go to mainline separately.
* Make switching targets a little more robust.Daniel Jacobowitz2006-04-021-6/+24
|
* Remove old features when switching architectures.Daniel Jacobowitz2006-04-021-2/+4
|
* Add support for VFP DWARF information and VFP single-precisionDaniel Jacobowitz2006-04-026-6/+162
| | | | pseudo-registers.
* Correct path to expat headers.Daniel Jacobowitz2006-03-311-1/+1
|
* Typo fix.Daniel Jacobowitz2006-03-311-1/+1
|
* Awk portability fix.Daniel Jacobowitz2006-03-311-1/+1
|
* Local changes to take full advantage of qPacketInfoDaniel Jacobowitz2006-03-312-2/+7
|
* qPacketInfo support for the branch (pending for mainline)Daniel Jacobowitz2006-03-311-85/+168
|
* Make the last few reggroup changes compile.Daniel Jacobowitz2006-03-311-2/+3
|
* Remove readonly; implement save-restore.Daniel Jacobowitz2006-03-315-24/+8
|
* Update based on Eli Zaretskii's suggestions:Jim Blandy2006-03-291-33/+48
| | | | | | | - Fix reference to qPart packet description. - Fix spacing in itemized lists and around examples in info. - Rephrase explanation of how multi-annex descriptions are retrieved. - Provide more detail on "SHA-1".
* Add menus for the new text.Daniel Jacobowitz2006-03-291-0/+8
|
* Add user documentation (almost entirely written by Jim Blandy).Daniel Jacobowitz2006-03-291-0/+243
|
* Documentation update.Daniel Jacobowitz2006-03-271-49/+82
|
* Basic register group support.Daniel Jacobowitz2006-03-275-0/+55
|
* Update g/G packet support.Daniel Jacobowitz2006-03-236-116/+125
|
* Require targets to provide all their registers if an XML descriptionDaniel Jacobowitz2006-03-2310-91/+243
| | | | | is used; fix various bugs this uncovered. Allow ARM descriptions without FPA.
* Doc update from last commit.Daniel Jacobowitz2006-03-211-5/+3
|
* Compile in the XML DTD.Daniel Jacobowitz2006-03-215-154/+458
| | | | Handle XInclude processing as a separate pass.
* Cache items read from the target this session, even without checksums.Daniel Jacobowitz2006-03-181-16/+36
|
* Add RAM caching, checksum, and non-sequential register support.Daniel Jacobowitz2006-03-146-37/+350
|
* Merge gdb_byte fix from HEAD.Daniel Jacobowitz2006-03-141-2/+2
|
* Build SHA-1 support for checksumming.Daniel Jacobowitz2006-03-128-41/+3878
|
* Mention docs.Daniel Jacobowitz2006-03-031-0/+3
|
* Add README.AVAIL.Daniel Jacobowitz2006-03-031-0/+169
|
* Initial version of available features support.Daniel Jacobowitz2006-03-03782-144704/+2495
|
* Fix parseing functions to return an error message if the parse failedgdb-csl-available-20060303-branchpointNick Clifton2006-03-033-24/+50
|
* Update formatting to ISO-C90Nick Clifton2006-03-033-427/+375
|
* Add linker relaxation support for the AVRNick Clifton2006-03-037-12/+1085
|
* * remote-utils.c (prepare_resume_reply): Move declarationDaniel Jacobowitz2006-03-032-1/+8
| | | | of gdb_id_from_wait to the top of the block.
* * elf32-m32c.c (m32c_offset_for_reloc): Fix local symbolDJ Delorie2006-03-032-10/+19
| | | | calculations.
* *** empty log message ***gdbadmin2006-03-031-1/+1
|
* daily updateAlan Modra2006-03-021-1/+1
|
* bfd/Richard Sandiford2006-03-022-1/+9
| | | | | | | | | | | | | * elf32-ppc.c (is_ppc_elf_target): Return true if the target is bfd_elf32_powerpc_vxworks_vec. ld/testsuite/ * ld-i386/vxworks1.ld (.data): New section. * ld-i386/vxworks1-lib.s: Add a pointer to a local symbol. * ld-i386/vxworks1-lib.rd: Test for the associated reloc. * ld-powerpc/vxworks1.ld (.data): New section. * ld-powerpc/vxworks1-lib.s: Add a pointer to a local symbol. * ld-powerpc/vxworks1-lib.rd: Test for the associated reloc.
* Initialise 'gap'.Nick Clifton2006-03-022-0/+5
|
* * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpointCorinna Vinschen2006-03-022-0/+10
| | | | address to MDR register.
* bfd/Richard Sandiford2006-03-025-57/+72
| | | | | | | | | | | | | | | | | | | * elf32-i386.c (elf_i386_create_dynamic_sections): Use elf_vxworks_create_dynamic_sections. (elf_i386_size_dynamic_sections): Remove VxWorks GOT and PLT symbol handling. * elf32-ppc.c (ppc_elf_create_dynamic_sections): Use elf_vxworks_create_dynamic_sections. (ppc_elf_size_dynamic_sections): Remove VxWorks GOT and PLT symbol handling. * elf-vxworks.c (elf_vxworks_create_dynamic_sections): New function. * elf-vxworks.h (elf_vxworks_create_dynamic_sections): Declare. ld/testsuite/ * ld-i386/ld-i386/vxworks1-lib.nd: New test. * ld-i386/i386.exp: Run it. * ld-powerpc/ld-powerpc/vxworks1-lib.nd: New test. * ld-powerpc/powerc.exp: Run it.
* bfd/Richard Sandiford2006-03-025-39/+28
| | | | | | | | | | | | | * elf32-i386.c (elf_i386_vxworks_link_output_symbol_hook): Delete. (elf_backend_link_output_symbol_hook): Use elf_vxworks_link_output_symbol_hook instead. * elf32-ppc.c (elf_i386_vxworks_link_output_symbol_hook): Delete. (elf_backend_link_output_symbol_hook): Use elf_vxworks_link_output_symbol_hook instead. * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Provide the same interface as elf_backend_link_output_symbol_hook. * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Update prototype accordingly.
* bfd/Richard Sandiford2006-03-022-56/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elf32-ppc.c (ppc_elf_plt_type): New enumeration. (ppc_elf_link_hash_table): Replace old_got and new_got with plt_type and can_use_new_plt. (ppc_elf_create_dynamic_sections): Add SEC_HAS_CONTENTS, SEC_LOAD and SEC_READONLY to the VxWorks .plt flags. (ppc_elf_check_relocs): Set can_use_new_plt instead of new_plt. Move from plt_type == PLT_UNSET to PLT_OLD instead of setting old_plt. (ppc_elf_select_plt_layout): Move from plt_type == PLT_UNSET to either plt_type == PLT_OLD or plt_type == PLT_NEW. Assert that this function should not be called for VxWorks targets. (ppc_elf_tls_setup): Use plt_type instead of old_got. (allocate_got): Likewise. Rearrange so that max_before_header is only used for PLT_OLD and PLT_NEW. (allocate_dynrelocs): Use plt_type instead of old_got and is_vxworks. (ppc_elf_size_dynamic_sections): Likewise. (ppc_elf_relax_section): Likewise. (ppc_elf_relocate_section): Likewise. (ppc_elf_finish_dynamic_symbol): Likewise. (ppc_elf_vxworks_link_hash_table_create): Initialize plt_type. ld/ * emulparams/elf32ppccommon.sh: New file, extracted from... * emulparams/elf32ppc.sh: ...here. * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh instead of elf32ppc.sh. (BSS_PLT): Remove override. * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h. (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise. (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise. (eelf32ppclinux.c): Likewise. (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency. * Makefile.in: Regenerate. ld/testsuite/ * ld-powerpc/vxworks1-lib.s, ld-powerpc/vxworks1-lib.dd, * ld-powerpc/vxworks1-lib.rd, ld-powerpc/vxworks1.s, * ld-powerpc/vxworks1.dd, ld-powerpc/vxworks1.rd, * ld-powerpc/vxworks1.ld, ld-powerpc/vxworks1.sd: New test. * ld-powerpc/powerpc.exp: Run it.
* Import from the GCC tree:Ben Elliston2006-03-022-4/+87
| | | | | | | | | | | | | | | | | | | | | | | 2006-03-01 Jakub Jelinek <jakub@redhat.com> * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants from DWARF 3. (DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale, DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count, DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled, DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity, DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New. (DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New. (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited, DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New. (DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch, DW_DS_leading_separate, DW_DS_trailing_separate): New. (DW_END_default, DW_END_big, DW_END_little): New. (DW_END_lo_user, DW_END_hi_user): Define. (DW_LNE_lo_user, DW_LNE_hi_user): Define. (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New. (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC, DW_LANG_D): New.
* *** empty log message ***gdbadmin2006-03-021-1/+1
|
* daily updateAlan Modra2006-03-011-1/+1
|
* gdb/Daniel Jacobowitz2006-03-014-2/+134
| | | | | | | | * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive calls. gdb/testsuite/ * gdb.cp/inherit.exp (test_print_mi_member_types): New function. (do_tests): Call it.
* 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2006-03-012-1/+6
| | | | | PR libgcj/17311 * ltmain.sh: Don't use "$finalize_rpath" for compile.
* Update information about: config-ml.in; makefile.vms; mkdep; setup.com;Nick Clifton2006-03-011-4/+16
| | | | | etc/; intl/; utils/; compile; depcomp; install-sh; missing; ylwrap; config/
* 2006-03-01 Randolph Chung <tausq@debian.org>Randolph Chung2006-03-012-6/+6
| | | | | * somread.c (som_symfile_read): Update comment and remove unneeded use of a deprecated variable.
* 2006-03-01 Randolph Chung <tausq@debian.org>Randolph Chung2006-03-013-16/+27
| | | | | | | * hppa-tdep.h (unwind_table_entry): Update field names to match HP runtime specification. * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise. (unwind_command): Likewise.
* 2006-03-01 Randolph Chung <tausq@debian.org>Randolph Chung2006-03-012-5/+23
| | | | | * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and Pseudo_SP_Set in unwind record.