aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-03opcodes error messagesAlan Modra80-875/+1234
2018-03-03Automatic date update in version.inGDB Administrator1-1/+1
2018-03-02Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior2-0/+9
2018-03-02[GDB/testsuite] Use %progbits in watch-loc.cThomas Preud'homme3-2/+7
2018-03-02Ensure 8-byte alignment for AArch64 stubs.Jim Wilson23-128/+188
2018-03-02[ARM] Fix NULL dereference of march_ext_optThomas Preud'homme2-1/+6
2018-03-02Automatic date update in version.inGDB Administrator1-1/+1
2018-03-01Improve gcore shell quoting and portabilityGeorg Sauthoff2-7/+12
2018-03-01RISC-V: Fix symbol size bug when relaxation deletes bytes.Jim Wilson2-7/+19
2018-03-01Fix Rust enum test failuresTom Tromey2-2/+11
2018-03-01[ARM] Clean up selection of feature bitsThomas Preud'homme2-111/+171
2018-03-01Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton2-0/+21
2018-03-01Propagate record_print_flagsSimon Marchi7-40/+54
2018-03-01x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128H.J. Lu9-26/+151
2018-03-01btrace, gdbserver: check btrace target pointersMarkus Metzger3-18/+72
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