aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Automatic date update in version.inGDB Administrator1-1/+1
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-12Automatic date update in version.inGDB Administrator1-1/+1
2020-01-11Make TUI borders respect "set style enabled"Tom Tromey3-4/+15
2020-01-11Automatic date update in version.inGDB Administrator1-1/+1
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-10[PR ld/22269] arm: Avoid dynamic relocs for undefweak symbols in static PIESzabolcs Nagy2-4/+9
2020-01-10AArch64: Revert setting of elf class in linker stub.Tamar Christina2-4/+5
2020-01-10HPUX gas testsuite fixesAlan Modra3-2/+8
2020-01-10ubsan: tilepro: signed integer overflowAlan Modra3-11/+10
2020-01-10ubsan: m10300: shift exponent -4Alan Modra3-30/+24
2020-01-10ubsan: spu: left shift of negative valueAlan Modra2-17/+29
2020-01-10ubsan: alpha-coff: signed integer overflowAlan Modra2-1/+5
2020-01-10Automatic date update in version.inGDB Administrator1-1/+1
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