aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-23Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey1-16/+5
2019-01-02Place displaced step data directly in inferior structureSimon Marchi1-122/+20
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-12gdb/infcall: Make infcall_suspend_state into a classAndrew Burgess1-53/+81
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-131/+91
2018-11-22Fix follow_exec latent problemPedro Alves1-5/+1
2018-11-19Remove displaced_step_inferior_state::nextSimon Marchi1-3/+0
2018-11-19Use std::forward_list for displaced_step_inferior_statesSimon Marchi1-45/+35
2018-10-23Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi1-4/+6
2018-10-04Simple -Wshadow=local fixesTom Tromey1-10/+8
2018-09-17Make save_infcall_*_state return unique pointersTom Tromey1-7/+6
2018-09-17Remove release_stop_context_cleanupTom Tromey1-41/+33
2018-09-17Remove two infrun cleanupsTom Tromey1-26/+0
2018-09-17Use new and delete for struct infcall_control_stateTom Tromey1-7/+6
2018-09-17Remove cleanup from infrun.cTom Tromey1-18/+11
2018-09-17Use new and delete for struct infcall_suspend_stateTom Tromey1-5/+5
2018-08-23Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner1-3/+4
2018-08-09gdb: Make infrun.c:resume function staticAndrew Burgess1-7/+5
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-07-03Remove ptid_equalTom Tromey1-12/+12
2018-07-03Remove ptid_matchTom Tromey1-6/+6
2018-07-03Remove ptid_is_pidTom Tromey1-1/+1
2018-07-03Remove ptid_get_tidTom Tromey1-4/+4
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-14/+14
2018-07-03Remove pid_to_ptidTom Tromey1-9/+9
2018-07-03Remove exit_inferior_num_silentTom Tromey1-1/+1
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-46/+69
2018-06-28Fix follow-exec regression / crashPedro Alves1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-187/+153
2018-06-12gdb: Run INF_EXEC_COMPLETE handler for additional casesAndrew Burgess1-8/+8
2018-06-12gdb: Mark async event handler when event is already pendingAndrew Burgess1-1/+5
2018-06-12gdb: Fix an infrun debug log messageAndrew Burgess1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-6/+6
2018-05-17Don't elide all inlined framesKeith Seitz1-2/+4
2018-05-03Convert struct target_ops to C++Pedro Alves1-6/+6
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior1-19/+23
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+11
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves1-28/+21
2018-04-07Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi1-1/+2
2018-03-19Convert observers to C++Tom Tromey1-14/+14
2018-03-02C++ify program_spaceSimon Marchi1-4/+4
2018-02-21Class readonly_detached_regcacheYao Qi1-3/+3