summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-27/+15
* Update an obsolete cleanup commentTom Tromey2019-01-231-1/+1
* Remove remaining cleanup from fetch_inferior_eventTom Tromey2019-01-231-100/+102
* Remove cleanup from stop_all_threadsTom Tromey2019-01-231-12/+1
* Remove make_bpstat_clear_actions_cleanupTom Tromey2019-01-231-3/+3
* Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey2019-01-231-16/+5
* Place displaced step data directly in inferior structureSimon Marchi2019-01-021-122/+20
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/infcall: Make infcall_suspend_state into a classAndrew Burgess2018-12-121-53/+81
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-131/+91
* Fix follow_exec latent problemPedro Alves2018-11-221-5/+1
* Remove displaced_step_inferior_state::nextSimon Marchi2018-11-191-3/+0
* Use std::forward_list for displaced_step_inferior_statesSimon Marchi2018-11-191-45/+35
* Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi2018-10-231-4/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-10/+8
* Make save_infcall_*_state return unique pointersTom Tromey2018-09-171-7/+6
* Remove release_stop_context_cleanupTom Tromey2018-09-171-41/+33
* Remove two infrun cleanupsTom Tromey2018-09-171-26/+0
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-171-7/+6
* Remove cleanup from infrun.cTom Tromey2018-09-171-18/+11
* Use new and delete for struct infcall_suspend_stateTom Tromey2018-09-171-5/+5
* Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner2018-08-231-3/+4
* gdb: Make infrun.c:resume function staticAndrew Burgess2018-08-091-7/+5
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Remove ptid_equalTom Tromey2018-07-031-12/+12
* Remove ptid_matchTom Tromey2018-07-031-6/+6
* Remove ptid_is_pidTom Tromey2018-07-031-1/+1
* Remove ptid_get_tidTom Tromey2018-07-031-4/+4
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-14/+14
* Remove pid_to_ptidTom Tromey2018-07-031-9/+9
* Remove exit_inferior_num_silentTom Tromey2018-07-031-1/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-46/+69
* Fix follow-exec regression / crashPedro Alves2018-06-281-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-187/+153
* gdb: Run INF_EXEC_COMPLETE handler for additional casesAndrew Burgess2018-06-121-8/+8
* gdb: Mark async event handler when event is already pendingAndrew Burgess2018-06-121-1/+5
* gdb: Fix an infrun debug log messageAndrew Burgess2018-06-121-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-6/+6
* Don't elide all inlined framesKeith Seitz2018-05-171-2/+4
* Convert struct target_ops to C++Pedro Alves2018-05-031-6/+6
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-19/+23
* infrun: step through indirect branch thunksMarkus Metzger2018-04-131-0/+11
* Replace finish_thread_state_cleanup with a RAII classPedro Alves2018-04-101-28/+21
* Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi2018-04-071-1/+2
* Convert observers to C++Tom Tromey2018-03-191-14/+14
* C++ify program_spaceSimon Marchi2018-03-021-4/+4
* Class readonly_detached_regcacheYao Qi2018-02-211-3/+3
* Remove regcache_save and regcache_cpyYao Qi2018-02-211-1/+1