aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-10-29Remove unused includes in infcmd.c and infrun.cSimon Marchi1-6/+0
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-10-01Use new %p format suffixes in gdbPedro Alves1-12/+7
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-18/+16
2019-07-27Fix stepping bug associated with non-contiguous blocksKevin Buettner1-10/+27
2019-07-15Use field_string in more placesTom Tromey1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-05-22Constify target_ops::follow_execTom Tromey1-1/+1
2019-04-18[gdb] Handle vfork in thread with follow-fork-mode childTom de Vries1-17/+14
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-7/+7
2019-04-08Rewrite TRY/CATCHTom Tromey1-21/+14
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-2/+2
2019-04-01Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers1-62/+16
2019-03-28Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.expPhilippe Waroquiers1-0/+4
2019-03-20Merge handle_inferior_event and handle_inferior_event_1Tom Tromey1-17/+6
2019-03-19Don't show "display"s twice in MITom Tromey1-2/+3
2019-03-13Change pid_to_str to return std::stringTom Tromey1-60/+63
2019-03-07Fix normal_stop latent bugPedro Alves1-1/+2
2019-03-06Change displaced_step_clear_cleanup to a forward_scope_exitTom Tromey1-19/+11
2019-03-05Remove excess calls to gdb_flushTom Tromey1-6/+1
2019-02-07C++-ify struct thread_fsmTom Tromey1-12/+8
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-27/+15
2019-01-23Update an obsolete cleanup commentTom Tromey1-1/+1
2019-01-23Remove remaining cleanup from fetch_inferior_eventTom Tromey1-100/+102
2019-01-23Remove cleanup from stop_all_threadsTom Tromey1-12/+1
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-3/+3