aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-15[PATCH 7/7]: Regcache: Refactor raw_set_cached_valueusers/alahay01/targetregcacheAlan Hayward3-65/+43
2017-08-15[PATCH 6/7]: Regcache: jit should use a writable regcacheAlan Hayward1-2/+2
2017-08-15[PATCH 5/7]: Regcache: Allow writable regcacheAlan Hayward2-30/+34
2017-08-15[PATCH 4/7] Regcache: Refactor dup/cpy/save/restoreAlan Hayward8-85/+60
2017-08-15[PATCH 3/7]: Regcache: Remove xmalloc/xfree methodsAlan Hayward9-47/+25
2017-08-15[PATCH 2/7] Regcache: Only target_regcache reads/writes go to the targetAlan Hayward2-17/+40
2017-08-15[PATCH 1/7] Regcache: Subclass ptid functionality to target_regcacheAlan Hayward3-55/+91
2017-08-14GDB testsuite: Suppress GCC's colored outputAndreas Arnez2-1/+34
2017-08-14Remove BITS_IN_BYTES defineTom Tromey2-6/+9
2017-08-14Fix two regressions in scalar printingTom Tromey7-8/+44
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey2-32/+15
2017-08-14Use std::move in a few placesTom Tromey4-3/+10
2017-08-14Fix null pointer dereference when parsing a corrupt ELF binary.Nick Clifton3-1123/+1180
2017-08-14Automatic date update in version.inGDB Administrator1-1/+1
2017-08-14PR21441, Unnecessary padding of .eh_frame sectionAlan Modra6-19/+45
2017-08-13ld: Restore linker scripts in PR ld/21884 testsH.J. Lu11-0/+67
2017-08-13Fix i686-nacl and x86_64-nacl pr21884 failuresAlan Modra3-8/+5
2017-08-13Automatic date update in version.inGDB Administrator1-1/+1
2017-08-12Fix typo on documentation ("show set startup-with-shell")Sergio Durigan Junior2-1/+7
2017-08-12testsuite: Exclude end-of-line characters from get_valueof resultSimon Marchi2-1/+6
2017-08-12Collision between NT_GNU_BUILD_ATTRIBUTE_OPEN and NT_PPC_VMXAlan Modra2-4/+15
2017-08-12Automatic date update in version.inGDB Administrator1-1/+1
2017-08-11x86: Allocate space for symbol names with symbol tableH.J. Lu3-84/+73
2017-08-11Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton7-0/+36
2017-08-11Add 2 more tests for PR ld/21884H.J. Lu7-0/+52
2017-08-11Also disallow global alias of common symbolH.J. Lu14-4/+61
2017-08-11More gdb/skip.c C++ificationPedro Alves4-238/+243
2017-08-11Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi4-16/+17
2017-08-11Class-fy dwarf2_frame_state_reg_infoYao Qi4-95/+189
2017-08-11Class-fy dwarf2_frame_stateYao Qi3-66/+71
2017-08-11Move dwarf2_frame_state_reg.exp_len to union .locYao Qi3-10/+20
2017-08-11Automatic date update in version.inGDB Administrator1-1/+1
2017-08-10Allow gdb::unique_xmalloc_ptr<T[]>Pedro Alves2-0/+11
2017-08-10Add support for PE startup files that want to define their own constructor an...Nick Clifton3-16/+43
2017-08-10Fix memory corruption when assembling an i386 darwin source file.Nick Clifton2-5/+24
2017-08-10Fix out of bounds memory access when trying to allocate space for a note of s...Nick Clifton1-1/+1
2017-08-10Automatic date update in version.inGDB Administrator1-1/+1
2017-08-09LD_CLASS: Check .libs/ld-new for linker firstH.J. Lu2-1/+7
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