summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-141-7/+3
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-2/+2
* Fix GDB hang with remote after error from resumeAndreas Arnez2018-01-121-0/+1
* gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)Pedro Alves2018-01-111-3/+30
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-1/+1
* Don't ever Quit out of resumePedro Alves2017-11-161-35/+8
* Constify add_setshow_*Tom Tromey2017-11-071-9/+7
* Constify add_infoTom Tromey2017-11-071-3/+1
* Constify add_comTom Tromey2017-11-071-3/+1
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-4/+5
* const-fy regcache::m_aspaceYao Qi2017-11-021-13/+11