aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-09Replace home-grown linked-lists in FreeBSD's native target with STL lists.John Baldwin2-50/+32
2017-08-09Replace remaining cleanups in fbsd-nat.c.John Baldwin2-31/+36
2017-08-09Fix compile in the !HAVE_KINFO_GETVMMAP case.John Baldwin2-2/+10
2017-08-09Run PR ld/17618 test only with 64-bit ELF linkerH.J. Lu4-2/+23
2017-08-09doc: Fix copy-pasto in Z0 packet documentationSimon Marchi2-1/+6
2017-08-09C++-ify skip.cTom Tromey2-92/+95
2017-08-09[ARM] Don't warn on REG_SP when used in CRC32 instructionsJiong Wang11-27/+76
2017-08-09[AArch64] Implement gdbarch_core_read_descriptionJiong Wang2-0/+24
2017-08-09Revert "[AArch64] Implement gdbarch_core_read_description"Jiong Wang2-22/+0
2017-08-09[AArch64] Implement gdbarch_core_read_descriptionJiong Wang2-0/+22
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves5-45/+55
2017-08-09gdb: Fix build failure with GCC 7H.J. Lu2-1/+6
2017-08-09Fix memory leak in cp-support.cYao Qi2-4/+16
2017-08-09Clean up x86 non-linux GDBserver target descriptionsYao Qi14-858/+43
2017-08-09Remove x32 non-linux target descriptionsYao Qi15-952/+32
2017-08-08ld: Require GCC 5 or above for 3 x86 testsH.J. Lu3-27/+44
2017-08-08ld: Add a ',' after -Wl,--rpathH.J. Lu3-2/+7
2017-08-09Automatic date update in version.inGDB Administrator1-1/+1
2017-08-08ld: Replace --rpath with -Wl,--rpathH.J. Lu3-2/+9
2017-08-08Fix address violation problems when parsing corrupt ELF binaries.Nick Clifton3-47/+80
2017-08-08Updated Serbian translation for gprofNick Clifton2-90/+99
2017-08-08Fix address violation bugs when writing beyond the end of a local string buffer.Nick Clifton2-3/+10
2017-08-08PR21017, microblaze missing _GLOBAL_OFFSET_TABLE_ symbolAlan Modra2-1/+17
2017-08-08Automatic date update in version.inGDB Administrator1-1/+1
2017-08-08Add configure flag to enable gnu hash style by default.Romain Geissler10-4/+155
2017-08-08More support for ld --hash-style in the ld testsuiteAlan Modra11-9/+26
2017-08-07Add missing PR mention in ChangeLogSimon Marchi1-0/+1
2017-08-07PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki2-1/+8
2017-08-07Mark big and mach with ATTRIBUTE_UNUSEDH.J. Lu2-1/+8
2017-08-07Move common symbol check after bed->common_definitionH.J. Lu4-13/+23
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki4-19/+11
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki15-22/+68
2017-08-07Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2-1/+6
2017-08-07Support different ld --hash-style in the ld testsuiteAlan Modra175-354/+603
2017-08-07PR21910, segfault in common symbol override test when hash-style=gnuAlan Modra2-1/+7
2017-08-07remote-sim.c: Fix arg variables conflictsSimon Marchi2-4/+8
2017-08-07Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton3-17/+37
2017-08-07Automatic date update in version.inGDB Administrator1-1/+1
2017-08-06x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu3-58/+70
2017-08-06Treat common symbol as undefined for --no-define-commonH.J. Lu16-6/+82
2017-08-06Automatic date update in version.inGDB Administrator1-1/+1
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey12-203/+129
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey2-3/+8
2017-08-05Remove cleanups from Rust parserTom Tromey2-162/+202
2017-08-05Don't fail in elf32_hppa_set_gpAlan Modra4-10/+17
2017-08-05Automatic date update in version.inGDB Administrator1-1/+1
2017-08-04Unbreak GDBserver build for x32Yao Qi3-3/+12
2017-08-04Add namespace std to nullptr_tYao Qi2-2/+6
2017-08-04Add a testcase for "ld -d"H.J. Lu3-0/+17
2017-08-03Add --no-relax option.James Clarke2-1/+7