summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-17/+17
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-14/+14
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-3/+5
* Eliminate catch_errorsPedro Alves2017-10-101-30/+28
* Multi-arch exec, more register reading avoidancePedro Alves2017-10-091-1/+4
* Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey2017-10-031-8/+7
* Remove make_cleanup_defer_target_commit_resumeTom Tromey2017-09-291-30/+30
* Remove regcache_xfreeTom Tromey2017-09-251-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-12/+12
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Add thread after updating gdbarch when exec'ingSimon Marchi2017-09-051-1/+5
* Read stop_pc after updating the gdbarch when exec'ingSimon Marchi2017-09-051-2/+2
* Kill init_salPedro Alves2017-09-041-37/+15
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-031-26/+17
* Rename some command functionsSimon Marchi2017-08-221-3/+3
* Remove save_inferior_ptidTom Tromey2017-08-181-46/+7
* More gdb/skip.c C++ificationPedro Alves2017-08-111-1/+1
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-25/+18
* Catch exceptions thrown from gdbarch_skip_prologueYao Qi2017-07-251-4/+5
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-9/+4
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-6/+2
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-28/+37
* Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves2017-04-191-5/+3
* Fix follow-fork latent bugPedro Alves2017-04-131-2/+3
* Don't delete thread_info if refcount isn't zeroYao Qi2017-04-101-2/+2
* Fix PR18360 - internal error when using "interrupt -a"Pedro Alves2017-03-081-94/+102
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-22/+14
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* infrun.c (set_step_over_info): Add comment.Doug Evans2016-12-221-1/+3