aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-22/+14
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22infrun.c (set_step_over_info): Add comment.Doug Evans1-1/+3
2016-12-22Class-ify ui_outSimon Marchi1-49/+46
2016-11-08Use ui_file_as_string in gdb/infrun.cPedro Alves1-4/+2
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-5/+3
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-25/+23
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+8
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey1-8/+6
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-10/+5
2016-10-21Use scoped_restore for current_uiTom Tromey1-2/+1
2016-10-21Use RAII to save and restore scalarsTom Tromey1-14/+2
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-11/+1
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves1-1/+1
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-0/+1
2016-07-15Pass SIGLIBRT directly to child processes.John Baldwin1-0/+2
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-16/+7
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves1-0/+14
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-33/+81
2016-06-21Always process target events in the main UIPedro Alves1-0/+6
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-2/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-8/+0
2016-04-25Force to insert software single step breakpointYao Qi1-4/+20