summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* btrace: Remove ui_out cleanupsusers/simark/btrace-cleanupsSimon Marchi2018-03-053-82/+24
* btrace: Remove VEC cleanupsSimon Marchi2018-03-052-35/+64
* btrace: Remove btrace disable cleanupSimon Marchi2018-03-051-14/+33
* Use binary search on dynamic relocationsH.J. Lu2018-03-052-19/+50
* Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi2018-03-042-1/+6
* Automatic date update in version.inGDB Administrator2018-03-051-1/+1
* Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin2018-03-032-0/+123
* Add a new debug knob for the FreeBSD native target.John Baldwin2018-03-035-0/+53
* Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin2018-03-034-0/+75
* Automatic date update in version.inGDB Administrator2018-03-041-1/+1
* PR ld/21900: MIPS: Fix relocation processing with undefined symbolsJames Cowgill2018-03-036-4/+45
* handle_general_set: Remove useless xstrdupSimon Marchi2018-03-022-4/+5
* Remove free_char_ptr_vecSimon Marchi2018-03-023-20/+5
* C++ify charsetsSimon Marchi2018-03-022-17/+37
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-027-23/+28
* C++ify program_spaceSimon Marchi2018-03-025-110/+114
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-0212-171/+148
* opcodes error messagesAlan Modra2018-03-0380-875/+1234
* Automatic date update in version.inGDB Administrator2018-03-031-1/+1
* Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior2018-03-022-0/+9
* [GDB/testsuite] Use %progbits in watch-loc.cThomas Preud'homme2018-03-023-2/+7
* Ensure 8-byte alignment for AArch64 stubs.Jim Wilson2018-03-0223-128/+188
* [ARM] Fix NULL dereference of march_ext_optThomas Preud'homme2018-03-022-1/+6
* Automatic date update in version.inGDB Administrator2018-03-021-1/+1
* Improve gcore shell quoting and portabilityGeorg Sauthoff2018-03-012-7/+12
* RISC-V: Fix symbol size bug when relaxation deletes bytes.Jim Wilson2018-03-012-7/+19
* Fix Rust enum test failuresTom Tromey2018-03-012-2/+11
* [ARM] Clean up selection of feature bitsThomas Preud'homme2018-03-012-111/+171
* Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton2018-03-012-0/+21
* Propagate record_print_flagsSimon Marchi2018-03-017-40/+54
* x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128H.J. Lu2018-03-019-26/+151
* btrace, gdbserver: check btrace target pointersMarkus Metzger2018-03-013-18/+72
* 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