aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07Constify add_setshow_*Tom Tromey1-9/+7
2017-11-07Constify add_infoTom Tromey1-3/+1
2017-11-07Constify add_comTom Tromey1-3/+1
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-4/+5
2017-11-02const-fy regcache::m_aspaceYao Qi1-13/+11
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-17/+17
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-14/+14
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-3/+5
2017-10-10Eliminate catch_errorsPedro Alves1-30/+28
2017-10-09Multi-arch exec, more register reading avoidancePedro Alves1-1/+4
2017-10-03Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey1-8/+7
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey1-30/+30
2017-09-25Remove regcache_xfreeTom Tromey1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-12/+12
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-05Add thread after updating gdbarch when exec'ingSimon Marchi1-1/+5
2017-09-05Read stop_pc after updating the gdbarch when exec'ingSimon Marchi1-2/+2
2017-09-04Kill init_salPedro Alves1-37/+15
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi1-26/+17
2017-08-22Rename some command functionsSimon Marchi1-3/+3
2017-08-18Remove save_inferior_ptidTom Tromey1-46/+7
2017-08-11More gdb/skip.c C++ificationPedro Alves1-1/+1
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-25/+18
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi1-4/+5
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-9/+4
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-6/+2
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-28/+37
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves1-5/+3
2017-04-13Fix follow-fork latent bugPedro Alves1-2/+3
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi1-2/+2
2017-03-08Fix PR18360 - internal error when using "interrupt -a"Pedro Alves1-94/+102