aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-01[PATCH v3 8/8] Remove xml files from gdbserverusers/ahayward/xml3Alan Hayward1-36/+0
2018-03-01[PATCH v3 7/8]: Remove xml file references from target descriptions.Alan Hayward24-32/+27
2018-03-01[PATCH v3 6/8] Create xml from target descriptionsAlan Hayward8-31/+264
2018-03-01[PATCH v3 5/8] Add tdesc osabi and architecture functionsAlan Hayward3-4/+47
2018-03-01[PATCH v3 4/8] Commonise tdesc typesAlan Hayward4-326/+259
2018-03-01[PATCH v3 3/8] Commonise tdesc_featureAlan Hayward6-217/+188
2018-03-01[PATCH v3 2/8] Commonise tdesc_regAlan Hayward7-134/+182
2018-03-01[PATCH V3 1/8] Move tdesc header funcs to c fileAlan Hayward2-42/+50
2018-03-01Automatic date update in version.inGDB Administrator1-1/+1
2018-03-01Add missing translations to ALL_LINGUASAlan Modra15-10/+35
2018-03-01correct ft32 reloc range testAlan Modra2-1/+5
2018-02-28Change order of error message printed when gdbserver can't find CWDSergio Durigan Junior2-1/+6
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior11-47/+205
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior24-129/+276
2018-02-28testsuite: Restore gdb_is_target_remote_promptSimon Marchi2-8/+24
2018-02-28Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton2-15/+29
2018-02-28PR22887, null pointer dereference in aout_32_swap_std_reloc_outAlan Modra2-2/+9
2018-02-28Remove any trailing directory separator from ld_canon_sysroot and adjust ld_c...Douglas B Rupp2-1/+13
2018-02-28Fix potential integer overflow when reading corrupt dwarf1 debug information.Nick Clifton2-2/+21
2018-02-28Nonsense error messages on invalid aout string offsetAlan Modra2-1/+13
2018-02-27Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin2-0/+38
2018-02-28Automatic date update in version.inGDB Administrator1-1/+1
2018-02-27gas: Rename .nop directive to .nopsH.J. Lu26-44/+77
2018-02-27Update get_args documentationPhil Muldoon2-3/+24
2018-02-27ld: Add --enable-separate-codeH.J. Lu12-6/+151
2018-02-27Change target_write_memory_blocks to use std::vectorTom Tromey4-228/+167
2018-02-27[ARM] Remove ARM_FEATURE_COPY macroThomas Preud'homme4-11/+11
2018-02-27Explicitly specify common tdesc.h for use with aarch64.hAlan Hayward2-1/+5
2018-02-27x86: Add -O[2|s] assembler command-line optionsH.J. Lu26-5356/+6161
2018-02-27Add a new Portuguese translation for the binutils sub-directory, and update t...Nick Clifton6-1008/+13053
2018-02-27Use standardized error message for unrecognized relocs.Nick Clifton11-11/+23
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton95-415/+996
2018-02-27Automatic date update in version.inGDB Administrator1-1/+1
2018-02-26ChangeLog entry for previous commit.Jim Wilson1-0/+8
2018-02-26IA-64: Fix linker error with --no-keep-memory.Jim Wilson1-0/+6
2018-02-26Add test for load commandSimon Marchi4-8/+98
2018-02-26MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABIMaciej W. Rozycki2-0/+13
2018-02-26MIPS: Reorder ABI determination ahead of target description loadingMaciej W. Rozycki2-182/+183
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey8-18/+45
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey6-2/+49
2018-02-26Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey5-37/+470
2018-02-26Convert Rust to use discriminated unionsTom Tromey6-510/+640
2018-02-26Initial support for variant partsTom Tromey4-0/+113
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey4-3/+76
2018-02-26GAS/doc: Clean up `.dc' and `.ds' directive descriptionsMaciej W. Rozycki2-5/+9
2018-02-26Move read_partial_die to partial_die_info::readYao Qi2-52/+64
2018-02-26Move fixup_partial_die to partial_die_info::fixupYao Qi2-38/+44
2018-02-26Remove one argument abbrev_len in read_partial_dieYao Qi2-7/+11
2018-02-26Class-fy partial_die_infoYao Qi2-26/+70
2018-02-26Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi2-6/+15