summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)Author
2018-01-12Fix GDB hang with remote after error from resumeAndreas Arnez
2018-01-11gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)Pedro Alves
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-11-16Don't ever Quit out of resumePedro Alves
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-11-02const-fy regcache::m_aspaceYao Qi
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-10Eliminate catch_errorsPedro Alves
2017-10-09Multi-arch exec, more register reading avoidancePedro Alves
2017-10-03Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey
2017-09-25Remove regcache_xfreeTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-05Add thread after updating gdbarch when exec'ingSimon Marchi
2017-09-05Read stop_pc after updating the gdbarch when exec'ingSimon Marchi
2017-09-04Kill init_salPedro Alves
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi
2017-08-22Rename some command functionsSimon Marchi
2017-08-18Remove save_inferior_ptidTom Tromey
2017-08-11More gdb/skip.c C++ificationPedro Alves
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves
2017-04-13Fix follow-fork latent bugPedro Alves
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi
2017-03-08Fix PR18360 - internal error when using "interrupt -a"Pedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22infrun.c (set_step_over_info): Add comment.Doug Evans
2016-12-22Class-ify ui_outSimon Marchi
2016-11-08Use ui_file_as_string in gdb/infrun.cPedro Alves
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-10-21Use scoped_restore for current_uiTom Tromey
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior