aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi118-416/+738
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand20-295/+332
2017-10-25Add common AARCH64 REGNUM definesAlan Hayward5-52/+77
2017-10-24Fix racy test in gdb.base/new-ui.expPedro Alves2-3/+17
2017-10-24Use const reference for decimal_from_string argumentUlrich Weigand3-2/+7
2017-10-24Target FP printing: Use floatformat_to_string in tdep codeUlrich Weigand4-54/+28
2017-10-24Target FP printing: Simplify and fix ui_printfUlrich Weigand8-139/+171
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand7-110/+114
2017-10-24Fix gdb.opt/inline-cmds.exp regressionsUlrich Weigand2-6/+12
2017-10-24Reindent gdb.threads/attach-into-signal.expPedro Alves2-38/+42
2017-10-24Drop /proc/PID/status polling from gdb.threads/attach-into-signal.expPedro Alves2-27/+5
2017-10-24Fix unstable test names in gdb.threads/attach-into-signal.expPedro Alves2-2/+5
2017-10-24Fix unstable test names in gdb.python/py-objfile.expPedro Alves2-6/+15
2017-10-24Fix unstable test names in gdb.gdb/unittest.expPedro Alves2-1/+7
2017-10-24Fix unstable test names in gdb.base/startup-with-shell.expPedro Alves2-2/+11
2017-10-24Fix unstable test names in gdb.arch/arc-tdesc-cpu.expPedro Alves2-4/+9
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi4-15/+38
2017-10-21Get rid of VEC (mem_region)Simon Marchi10-275/+243
2017-10-21Use std::string in memory_map_parsing_dataSimon Marchi2-8/+16
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