aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12Fix GDB build in infrun.c when configured with unit tests disabledgdb-10-branchpointJoel Brobecker1-0/+3
2020-09-07gdb/infrun: use switch_to_target_no_thread to switch the targetTankut Baris Aktemur1-7/+2
2020-08-24gdb: add debug_prefixed_vprintfSimon Marchi1-5/+2
2020-08-24gdb: add infrun_debug_printf macroSimon Marchi1-512/+260
2020-08-20gdb: fix typo "breapoint" -> "breakpoint"Tankut Baris Aktemur1-2/+2
2020-08-07gdb: pass target to thread_ptid_changed observableSimon Marchi1-2/+76
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin1-17/+0
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin1-0/+5
2020-07-10Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi1-27/+11
2020-07-10Make handle_no_resumed transfer terminalPedro Alves1-12/+54
2020-07-10Fix handle_no_resumed w/ multiple targetsPedro Alves1-5/+17
2020-07-10Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves1-1/+5
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-4/+4
2020-06-18Don't write to inferior_ptid in infrun.cPedro Alves1-61/+40
2020-05-16Remove ALL_UISTom Tromey1-2/+1
2020-05-14gdb: infrun: consume multiple events at each pass in stop_all_threadsLaurent Morichetti1-132/+136
2020-05-14gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur1-25/+61
2020-05-14gdb/infrun: enable/disable thread events of all targets in stop_all_threadsTankut Baris Aktemur1-5/+19
2020-05-14gdb/infrun: extract out a code piece into 'mark_non_executing_threads' functionTankut Baris Aktemur1-35/+42
2020-05-14gdb/infrun: move a 'regcache_read_pc' call down to first useTankut Baris Aktemur1-1/+2
2020-05-14gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur1-3/+4
2020-05-08[gdb] Fix stepping over fork with follow-fork-mode child and gcc-8Tom de Vries1-0/+6
2020-04-21gdb/infrun: switch the context before 'displaced_step_restore'Tankut Baris Aktemur1-5/+6
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-04-01gdb/infrun: stop all threads if there exists a non-stop targetTankut Baris Aktemur1-4/+14
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-14/+9
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-11/+40
2020-03-06Pass thread_info pointer to various inferior control functionsSimon Marchi1-4/+8
2020-03-02Small clean up of use_displaced_steppingSimon Marchi1-13/+42
2020-03-02gdb/remote: Restore support for 'S' stop reply packetAndrew Burgess1-2/+6
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-5/+3
2020-02-14gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clearSimon Marchi1-27/+25
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-12/+12
2020-01-29Recognize more program breakpoint patternsLuis Machado1-2/+2
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves1-12/+4
2020-01-21gdb: fix indentation in infrun.cSimon Marchi1-37/+37
2020-01-14Fix/Update misc commentsLuis Machado1-5/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Require always-non-stop for multi-target resumptionsPedro Alves1-0/+58
2020-01-10Multi-target supportPedro Alves1-145/+452
2020-01-10Use all_non_exited_inferiors in infrun.cPedro Alves1-4/+1
2020-01-10Some get_last_target_status tweaksPedro Alves1-15/+13
2020-01-10switch inferior/thread before calling target methodsPedro Alves1-2/+14
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves1-8/+23
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Check all inline frames if they are marked for skipBernd Edlinger1-3/+51
2019-12-02Remove stale FIXME commentLuis Machado1-1/+0