aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
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