aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-05btrace: Remove ui_out cleanupsusers/simark/btrace-cleanupsSimon Marchi3-82/+24
2018-03-05btrace: Remove VEC cleanupsSimon Marchi2-35/+64
2018-03-05btrace: Remove btrace disable cleanupSimon Marchi1-14/+33
2018-03-05Use binary search on dynamic relocationsH.J. Lu2-19/+50
2018-03-04Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi2-1/+6
2018-03-05Automatic date update in version.inGDB Administrator1-1/+1
2018-03-03Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin2-0/+123
2018-03-03Add a new debug knob for the FreeBSD native target.John Baldwin5-0/+53
2018-03-03Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin4-0/+75
2018-03-04Automatic date update in version.inGDB Administrator1-1/+1
2018-03-03PR ld/21900: MIPS: Fix relocation processing with undefined symbolsJames Cowgill6-4/+45
2018-03-02handle_general_set: Remove useless xstrdupSimon Marchi2-4/+5
2018-03-02Remove free_char_ptr_vecSimon Marchi3-20/+5
2018-03-02C++ify charsetsSimon Marchi2-17/+37
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi7-23/+28
2018-03-02C++ify program_spaceSimon Marchi5-110/+114
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi12-171/+148
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