summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update w/HEADusers/pmuldoon/c++compileKeith Seitz2017-08-171346-59819/+124147
|\
| * Automatic date update in version.inGDB Administrator2017-08-161-1/+1
| * Add new NT_PPC_* available since Linux 4.8Gustavo Romero2017-08-164-0/+73
| * Add myself as a write-after-approval GDB maintainer.Stafford Horne2017-08-162-0/+5
| * xtensa: Properly strdup string when building reggroupStafford Horne2017-08-162-5/+5
| * Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior2017-08-154-1/+16
| * Fix compile on big-endian platforms in siginfo_t converter.John Baldwin2017-08-152-1/+6
| * [Patch AArch64] Turn lr, fp, ip0 and ip1 into proper aliasesRamana Radhakrishnan2017-08-157-5/+47
| * GDB testsuite: Suppress GCC's colored outputAndreas Arnez2017-08-142-1/+34
| * Remove BITS_IN_BYTES defineTom Tromey2017-08-142-6/+9
| * Fix two regressions in scalar printingTom Tromey2017-08-147-8/+44
| * Fix memory leak in add_symbol_file_commandTom Tromey2017-08-142-32/+15
| * Use std::move in a few placesTom Tromey2017-08-144-3/+10
| * Fix null pointer dereference when parsing a corrupt ELF binary.Nick Clifton2017-08-143-1123/+1180
| * Automatic date update in version.inGDB Administrator2017-08-141-1/+1
| * PR21441, Unnecessary padding of .eh_frame sectionAlan Modra2017-08-146-19/+45
| * ld: Restore linker scripts in PR ld/21884 testsH.J. Lu2017-08-1311-0/+67
| * Fix i686-nacl and x86_64-nacl pr21884 failuresAlan Modra2017-08-133-8/+5
| * Automatic date update in version.inGDB Administrator2017-08-131-1/+1
| * Fix typo on documentation ("show set startup-with-shell")Sergio Durigan Junior2017-08-122-1/+7
| * testsuite: Exclude end-of-line characters from get_valueof resultSimon Marchi2017-08-122-1/+6
| * Collision between NT_GNU_BUILD_ATTRIBUTE_OPEN and NT_PPC_VMXAlan Modra2017-08-122-4/+15
| * Automatic date update in version.inGDB Administrator2017-08-121-1/+1
| * x86: Allocate space for symbol names with symbol tableH.J. Lu2017-08-113-84/+73
| * Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton2017-08-117-0/+36
| * Add 2 more tests for PR ld/21884H.J. Lu2017-08-117-0/+52
| * Also disallow global alias of common symbolH.J. Lu2017-08-1114-4/+61
| * More gdb/skip.c C++ificationPedro Alves2017-08-114-238/+243
| * Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi2017-08-114-16/+17
| * 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