summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Class-fy dwarf2_frame_state_reg_infoYao Qi2017-08-114-95/+189
* Class-fy dwarf2_frame_stateYao Qi2017-08-113-66/+71
* Move dwarf2_frame_state_reg.exp_len to union .locYao Qi2017-08-113-10/+20
* Automatic date update in version.inGDB Administrator2017-08-111-1/+1
* Allow gdb::unique_xmalloc_ptr<T[]>Pedro Alves2017-08-102-0/+11
* Add support for PE startup files that want to define their own constructor an...Nick Clifton2017-08-103-16/+43
* Fix memory corruption when assembling an i386 darwin source file.Nick Clifton2017-08-102-5/+24
* Fix out of bounds memory access when trying to allocate space for a note of s...Nick Clifton2017-08-101-1/+1
* Automatic date update in version.inGDB Administrator2017-08-101-1/+1
* LD_CLASS: Check .libs/ld-new for linker firstH.J. Lu2017-08-092-1/+7
* Replace home-grown linked-lists in FreeBSD's native target with STL lists.John Baldwin2017-08-092-50/+32
* Replace remaining cleanups in fbsd-nat.c.John Baldwin2017-08-092-31/+36
* Fix compile in the !HAVE_KINFO_GETVMMAP case.John Baldwin2017-08-092-2/+10
* Run PR ld/17618 test only with 64-bit ELF linkerH.J. Lu2017-08-094-2/+23
* 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