aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi400-354/+1167
2020-01-13gdb: make regformats output a declaration for the init functionSimon Marchi2-0/+8
2020-01-13gdbserver: fix Makefile dependency of regformat-generated files on regdat.shSimon Marchi2-4/+9
2020-01-13gdb: adjust remote-sim.c to multi-targetSimon Marchi2-78/+91
2020-01-12gdb: include gdb_wait.h in gdb_wait.cSimon Marchi2-0/+6
2020-01-12gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.cSimon Marchi3-0/+10
2020-01-12gdbserver: make aarch64_write_goto_address staticSimon Marchi2-1/+5
2020-01-12gdbserver: include aarch32/aarch64 header file in corresponding source fileSimon Marchi3-0/+11
2020-01-12Remove last traces of discard_all_inferiorsPedro Alves3-8/+8
2020-01-11Make TUI borders respect "set style enabled"Tom Tromey3-4/+15
2020-01-10Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur4-28/+107
2020-01-10Switch the inferior too in switch_to_program_space_and_threadPedro Alves6-5/+117
2020-01-10Multi-target: NEWS and user manualPedro Alves6-44/+148
2020-01-10Require always-non-stop for multi-target resumptionsPedro Alves4-5/+77
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves24-28/+375
2020-01-10Revert 'Remove unused struct serial::name field'Pedro Alves3-0/+13
2020-01-10gdbarch-selftests.c: No longer error out if debugging somethingPedro Alves2-5/+5
2020-01-10Add multi-target testsPedro Alves4-0/+472
2020-01-10Multi-target supportPedro Alves79-866/+2263
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves2-3/+15
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves4-1/+34
2020-01-10Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur4-6/+34
2020-01-10Tweak handling of remote errors in response to resumption packetPedro Alves2-1/+18
2020-01-10Use all_non_exited_inferiors in infrun.cPedro Alves2-4/+5
2020-01-10tfile_target::close: trace_fd can't be -1Pedro Alves2-2/+6
2020-01-10Some get_last_target_status tweaksPedro Alves8-29/+51
2020-01-10switch inferior/thread before calling target methodsPedro Alves3-22/+86
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves4-13/+27
2020-01-10Delete unnecessary code from kill_commandPedro Alves2-14/+4
2020-01-10Don't check target is running in remote_target::mourn_inferiorPedro Alves2-20/+5
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves11-20/+52
2020-01-10exceptions.c:print_flush: Remove obsolete checkPedro Alves2-5/+5
2020-01-10Make "show remote exec-file" inferior-awarePedro Alves4-1/+56
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves3-1/+20
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves11-23/+363
2020-01-10Fix handling of null stap semaphoresGeorge Barrett5-10/+55
2020-01-10gdb/testsuite/gdb.base/stap-probe: Minor clean-upGeorge Barrett3-8/+22
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess4-1/+40
2020-01-09gdb: Fix scrolling in TUITom Tromey5-16/+50
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess4-4/+49
2020-01-09gdb/testsuite/tui: Introduce check_box_contentsAndrew Burgess2-0/+35
2020-01-09gdb/testsuite/tui: Split enter_tui into two procsAndrew Burgess2-3/+18
2020-01-09gdb/testsuite/tui: Always dump_screen when askedAndrew Burgess2-2/+7
2020-01-09gdb/testsuite: Fix race condition in gdb.base/skip.expAndrew Burgess2-3/+10
2020-01-09Don't define _FORTIFY_SOURCE on MinGWChristian Biesinger2-2/+10
2020-01-09Fix indentation in print_thread_info_1Simon Marchi2-65/+69
2020-01-09Fix memory leak of the demangled symbol nameChristian Biesinger2-9/+18
2020-01-08Change section_offsets to a std::vectorTom Tromey33-314/+255
2020-01-08Use std::string in dwarf2read.cTom Tromey2-8/+10
2020-01-08Use std::vector in abbrev_table_read_tableTom Tromey2-23/+13