summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass SIGLIBRT directly to child processes.John Baldwin2016-07-151-0/+2
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-16/+7
* Fix for spurious prompts in secondary UIsPedro Alves2016-06-211-0/+14
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-33/+81
* Always process target events in the main UIPedro Alves2016-06-211-0/+6
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-1/+1
* Make the interpreters be per UIPedro Alves2016-06-211-2/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-8/+0
* Force to insert software single step breakpointYao Qi2016-04-251-4/+20
* Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves2016-03-151-1/+2