aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-17Fix double-free corruptionPedro Alves2-1/+7
2017-10-17Simplify regcache::xfer_partYao Qi3-20/+19
2017-10-17[GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile ruleYao Qi3-5/+6
2017-10-17[GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/Yao Qi2-2/+7
2017-10-17[GDBserver] Move arm.o to arch/arm.oYao Qi2-2/+6
2017-10-17[GDBserver] Replicate src dir in build dirYao Qi5-18/+64
2017-10-17PR22306, Invalid free() in slurp_symtab()Alan Modra2-15/+36
2017-10-17Correct -z text and other -z documentationAlan Modra2-95/+94
2017-10-16Add missing ChangeLog entries.Keith Seitz2-0/+24
2017-10-16Fix segfault processing nios2 pseudo-instructions with too few arguments.Sandra Loosemore5-30/+145
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz5-59/+264
2017-10-17Automatic date update in version.inGDB Administrator1-1/+1
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey5-86/+64
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey12-168/+102
2017-10-16Simple cleanup removals in remote.cTom Tromey2-43/+35
2017-10-16Remove cleanup from ppc-linux-nat.cTom Tromey2-8/+8
2017-10-16Remove some cleanups from probe.cTom Tromey2-20/+10
2017-10-16Use std::vector in end_symtab_get_static_blockTom Tromey2-28/+16
2017-10-16Make native gdbserver boards no longer be "remote" (in DejaGnu terms)Pedro Alves8-124/+157
2017-10-16Use proc_with_prefix in py-breakpoint.expSimon Marchi2-394/+387
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi10-110/+205
2017-10-16Work around GCC 6.3.1 bugPedro Alves3-20/+26
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu97-3644/+277
2017-10-16Regenerate gdbserver/configureYao Qi2-3/+14
2017-10-16Remove features/tic6x-*.c filesYao Qi9-443/+14
2017-10-16Remove regformats/tic6x-{c62x,c64x,c64xp}.datYao Qi5-185/+8
2017-10-15Fix GDB build without expatSimon Marchi2-1/+6
2017-10-16Automatic date update in version.inGDB Administrator1-1/+1
2017-10-15Automatic date update in version.inGDB Administrator1-1/+1
2017-10-14x86: Add elf_x86_backend_dataH.J. Lu5-88/+104
2017-10-14x86: Add _bfd_x86_elf_finish_dynamic_sectionsH.J. Lu5-487/+376
2017-10-14cris: Don't hide symbol which was forced to be dynamicH.J. Lu2-0/+7
2017-10-14cris: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu4-11/+28
2017-10-14sh: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-4/+17
2017-10-14s390: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu3-4/+28
2017-10-14nios2: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-4/+20
2017-10-14microblaze: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-2/+19
2017-10-14m68k: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-4/+23
2017-10-14hppa: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-2/+19
2017-10-14ia64: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-5/+31
2017-10-14mips: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-2/+17
2017-10-14arm: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-3/+18
2017-10-14tile: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu3-6/+28
2017-10-14aarch64: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2-2/+17
2017-10-14Move UNDEFWEAK_NO_DYNAMIC_RELOC to elf-bfd.hH.J. Lu4-14/+13
2017-10-14Fix build failure in linux-osdata.cSimon Marchi2-1/+6
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi15-454/+345
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi8-190/+225
2017-10-14gdbserver: Use std::list for all_dllsSimon Marchi4-71/+47
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi9-63/+63