summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fix copy-pasto in Z0 packet documentationSimon Marchi2017-08-092-1/+6
* C++-ify skip.cTom Tromey2017-08-092-92/+95
* [ARM] Don't warn on REG_SP when used in CRC32 instructionsJiong Wang2017-08-0911-27/+76
* [AArch64] Implement gdbarch_core_read_descriptionJiong Wang2017-08-092-0/+24
* Revert "[AArch64] Implement gdbarch_core_read_description"Jiong Wang2017-08-092-22/+0
* [AArch64] Implement gdbarch_core_read_descriptionJiong Wang2017-08-092-0/+22
* Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves2017-08-095-45/+55
* gdb: Fix build failure with GCC 7H.J. Lu2017-08-092-1/+6
* Fix memory leak in cp-support.cYao Qi2017-08-092-4/+16
* Clean up x86 non-linux GDBserver target descriptionsYao Qi2017-08-0914-858/+43
* Remove x32 non-linux target descriptionsYao Qi2017-08-0915-952/+32
* ld: Require GCC 5 or above for 3 x86 testsH.J. Lu2017-08-083-27/+44
* ld: Add a ',' after -Wl,--rpathH.J. Lu2017-08-083-2/+7
* Automatic date update in version.inGDB Administrator2017-08-091-1/+1
* ld: Replace --rpath with -Wl,--rpathH.J. Lu2017-08-083-2/+9
* Fix address violation problems when parsing corrupt ELF binaries.Nick Clifton2017-08-083-47/+80
* Updated Serbian translation for gprofNick Clifton2017-08-082-90/+99
* Fix address violation bugs when writing beyond the end of a local string buffer.Nick Clifton2017-08-082-3/+10
* PR21017, microblaze missing _GLOBAL_OFFSET_TABLE_ symbolAlan Modra2017-08-082-1/+17
* Automatic date update in version.inGDB Administrator2017-08-081-1/+1
* Add configure flag to enable gnu hash style by default.Romain Geissler2017-08-0810-4/+155
* More support for ld --hash-style in the ld testsuiteAlan Modra2017-08-0811-9/+26
* Add missing PR mention in ChangeLogSimon Marchi2017-08-071-0/+1
* PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki2017-08-072-1/+8
* Mark big and mach with ATTRIBUTE_UNUSEDH.J. Lu2017-08-072-1/+8
* Move common symbol check after bed->common_definitionH.J. Lu2017-08-074-13/+23
* GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki2017-08-074-19/+11
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-0715-22/+68
* Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2017-08-072-1/+6
* Support different ld --hash-style in the ld testsuiteAlan Modra2017-08-07175-354/+603
* PR21910, segfault in common symbol override test when hash-style=gnuAlan Modra2017-08-072-1/+7
* remote-sim.c: Fix arg variables conflictsSimon Marchi2017-08-072-4/+8
* Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton2017-08-073-17/+37
* Automatic date update in version.inGDB Administrator2017-08-071-1/+1
* x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu2017-08-063-58/+70
* Treat common symbol as undefined for --no-define-commonH.J. Lu2017-08-0616-6/+82
* Automatic date update in version.inGDB Administrator2017-08-061-1/+1
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-0512-203/+129
* Fix Rust test suite for 1.20 betaTom Tromey2017-08-052-3/+8
* Remove cleanups from Rust parserTom Tromey2017-08-052-162/+202
* Don't fail in elf32_hppa_set_gpAlan Modra2017-08-054-10/+17
* Automatic date update in version.inGDB Administrator2017-08-051-1/+1
* Unbreak GDBserver build for x32Yao Qi2017-08-043-3/+12
* Add namespace std to nullptr_tYao Qi2017-08-042-2/+6
* Add a testcase for "ld -d"H.J. Lu2017-08-043-0/+17
* Add --no-relax option.James Clarke2017-08-032-1/+7
* Automatic date update in version.inGDB Administrator2017-08-041-1/+1
* Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev2017-08-032-0/+5
* Remove make_cleanup_freeargv and gdb_buildargvTom Tromey2017-08-033-31/+6
* Use gdb_argv in PythonTom Tromey2017-08-032-17/+11