aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)Author
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
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves
2016-07-15Pass SIGLIBRT directly to child processes.John Baldwin
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Always process target events in the main UIPedro Alves
2016-06-21Make command line editing (use of readline) be per UIPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-25Force to insert software single step breakpointYao Qi
2016-03-15Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi
2016-01-25Fix PR 19461: strange "info thread" behavior in non-stopPedro Alves
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-13Centralize thread ID printingPedro Alves
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-30infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop modePedro Alves
2015-11-30Remote thread create/exit eventsPedro Alves
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves
2015-11-17Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-11-09New function displaced_step_in_progress_threadYao Qi
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves
2015-10-22garbage collect gdb/infrun.c:stop_after_trapPedro Alves
2015-10-13Fix execution_direction's typePedro Alves
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi