aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi13-157/+340
2017-10-21Remove leftover declarations in interps.hSimon Marchi2-3/+5
2017-10-20Use std::vector in gdb_bfd_dataTom Tromey2-14/+9
2017-10-20Use "new" to allocate gdb_bfd_dataTom Tromey2-32/+49
2017-10-20Introduce new_bfd_refTom Tromey5-28/+28
2017-10-20Fix 'gdb.base/quit.exp hangs forever' if the test failsPedro Alves2-9/+16
2017-10-20Fix gdb.gdb/ selftest tests when testing optimized GDB buildsPedro Alves2-0/+9
2017-10-19Get rid of VEC(interp_factory_p)Simon Marchi2-38/+30
2017-10-19Remove cleanups from break-catch-syscall.cTom Tromey2-17/+23
2017-10-19Remove cleanup from call_function_by_hand_dummyTom Tromey2-8/+10
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey5-18/+21
2017-10-19gdb: Remove hard-coded line number from testAndrew Burgess2-2/+7
2017-10-19Fix build breakage in gdb/xml-support.cPedro Alves2-2/+7
2017-10-19Fix inferior deadlock with "target remote | CMD"Pedro Alves5-0/+145
2017-10-19xml_fetch_content_from_file: Read in whole file in one goPedro Alves2-23/+19
2017-10-18Canonicalize conversion operatorsKeith Seitz5-2/+40
2017-10-18Issue complaint instead of assert for invalid/unhandled DW_AT_accessibilityKeith Seitz2-1/+7
2017-10-18Remove features/tic6x-c62x-linux.cYao Qi2-56/+4
2017-10-17Really make the native-stdio-gdbserver board non-remotePedro Alves2-0/+5
2017-10-17Add several "quit with live inferior" testsPedro Alves3-0/+210
2017-10-17Remove cleanups from disasm.cTom Tromey2-53/+35
2017-10-17Remove obsolete assertion from regcache.cTom Tromey2-1/+4
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-16Add missing ChangeLog entries.Keith Seitz2-0/+24
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz5-59/+264
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-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-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
2017-10-14Use std::vector for traceframe_info::memorySimon Marchi6-26/+30