summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Class-ify ui_outSimon Marchi2016-12-221-49/+46
* Use ui_file_as_string in gdb/infrun.cPedro Alves2016-11-081-4/+2
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-5/+3
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-25/+23
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+8
* Remove make_cleanup_restore_current_uioutTom Tromey2016-10-211-8/+6
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-10/+5
* Use scoped_restore for current_uiTom Tromey2016-10-211-2/+1
* Use RAII to save and restore scalarsTom Tromey2016-10-211-14/+2
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-11/+1
* Introduce make_cleanup_restore_current_uiPedro Alves2016-09-061-1/+1
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-091-0/+1