aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-1/+1
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-7/+3
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-2/+2
2018-01-12Fix GDB hang with remote after error from resumeAndreas Arnez1-0/+1
2018-01-11gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)Pedro Alves1-3/+30
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-1/+1
2017-11-16Don't ever Quit out of resumePedro Alves1-35/+8