summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH v3 8/8] Remove xml files from gdbserverusers/ahayward/xml3Alan Hayward2018-03-011-36/+0
* [PATCH v3 7/8]: Remove xml file references from target descriptions.Alan Hayward2018-03-0124-32/+27
* [PATCH v3 6/8] Create xml from target descriptionsAlan Hayward2018-03-018-31/+264
* [PATCH v3 5/8] Add tdesc osabi and architecture functionsAlan Hayward2018-03-013-4/+47
* [PATCH v3 4/8] Commonise tdesc typesAlan Hayward2018-03-014-326/+259
* [PATCH v3 3/8] Commonise tdesc_featureAlan Hayward2018-03-016-217/+188
* [PATCH v3 2/8] Commonise tdesc_regAlan Hayward2018-03-017-134/+182
* [PATCH V3 1/8] Move tdesc header funcs to c fileAlan Hayward2018-03-012-42/+50
* Automatic date update in version.inGDB Administrator2018-03-011-1/+1
* Add missing translations to ALL_LINGUASAlan Modra2018-03-0115-10/+35
* correct ft32 reloc range testAlan Modra2018-03-012-1/+5
* Change order of error message printed when gdbserver can't find CWDSergio Durigan Junior2018-02-282-1/+6
* Make gdbserver work with filename-only binariesSergio Durigan Junior2018-02-2811-47/+205
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-2824-129/+276
* testsuite: Restore gdb_is_target_remote_promptSimon Marchi2018-02-282-8/+24
* Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton2018-02-282-15/+29
* PR22887, null pointer dereference in aout_32_swap_std_reloc_outAlan Modra2018-02-282-2/+9
* Remove any trailing directory separator from ld_canon_sysroot and adjust ld_c...Douglas B Rupp2018-02-282-1/+13
* Fix potential integer overflow when reading corrupt dwarf1 debug information.Nick Clifton2018-02-282-2/+21
* Nonsense error messages on invalid aout string offsetAlan Modra2018-02-282-1/+13
* Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin2018-02-272-0/+38
* Automatic date update in version.inGDB Administrator2018-02-281-1/+1
* gas: Rename .nop directive to .nopsH.J. Lu2018-02-2726-44/+77
* Update get_args documentationPhil Muldoon2018-02-272-3/+24
* ld: Add --enable-separate-codeH.J. Lu2018-02-2712-6/+151
* Change target_write_memory_blocks to use std::vectorTom Tromey2018-02-274-228/+167
* [ARM] Remove ARM_FEATURE_COPY macroThomas Preud'homme2018-02-274-11/+11
* Explicitly specify common tdesc.h for use with aarch64.hAlan Hayward2018-02-272-1/+5
* x86: Add -O[2|s] assembler command-line optionsH.J. Lu2018-02-2726-5356/+6161
* Add a new Portuguese translation for the binutils sub-directory, and update t...Nick Clifton2018-02-276-1008/+13053
* Use standardized error message for unrecognized relocs.Nick Clifton2018-02-2711-11/+23
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-2795-415/+996
* Automatic date update in version.inGDB Administrator2018-02-271-1/+1
* ChangeLog entry for previous commit.Jim Wilson2018-02-261-0/+8
* IA-64: Fix linker error with --no-keep-memory.Jim Wilson2018-02-261-0/+6
* Add test for load commandSimon Marchi2018-02-264-8/+98
* MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABIMaciej W. Rozycki2018-02-262-0/+13
* MIPS: Reorder ABI determination ahead of target description loadingMaciej W. Rozycki2018-02-262-182/+183
* Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey2018-02-268-18/+45
* Make "bt N" print correct number of frames when using a frame filterTom Tromey2018-02-266-2/+49
* Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey2018-02-265-37/+470
* Convert Rust to use discriminated unionsTom Tromey2018-02-266-510/+640
* Initial support for variant partsTom Tromey2018-02-264-0/+113
* Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey2018-02-264-3/+76
* GAS/doc: Clean up `.dc' and `.ds' directive descriptionsMaciej W. Rozycki2018-02-262-5/+9
* Move read_partial_die to partial_die_info::readYao Qi2018-02-262-52/+64
* Move fixup_partial_die to partial_die_info::fixupYao Qi2018-02-262-38/+44
* Remove one argument abbrev_len in read_partial_dieYao Qi2018-02-262-7/+11
* Class-fy partial_die_infoYao Qi2018-02-262-26/+70
* Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi2018-02-262-6/+15