aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi1-6/+9
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-6/+8
2015-11-09New function displaced_step_in_progress_threadYao Qi1-3/+19
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves1-0/+23
2015-10-22garbage collect gdb/infrun.c:stop_after_trapPedro Alves1-22/+0
2015-10-13Fix execution_direction's typePedro Alves1-2/+14
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-09-18infrun: scheduler-locking replayMarkus Metzger1-6/+33
2015-09-18infrun: switch to NO_HISTORY threadMarkus Metzger1-1/+7
2015-09-14Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves1-13/+135
2015-09-11Extended-remote follow-execDon Breazeal1-9/+8
2015-09-09Garbage collect thread continuationsPedro Alves1-7/+0
2015-09-09Convert infcalls to thread_fsm mechanismPedro Alves1-89/+70
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-49/+108
2015-09-09Merge async and sync code paths some morePedro Alves1-20/+17
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-13/+9
2015-08-26Fix native follow-exec-mode "new"Don Breazeal1-3/+12
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+3
2015-08-20remote non-stop: Process initially stopped threads before other commandsPedro Alves1-2/+2
2015-08-10gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker1-5/+5
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves1-4/+11
2015-08-07Disable displaced stepping if trying it failsPedro Alves1-20/+92
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-27/+95
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves1-64/+1044
2015-08-07Factor out code to re-resume stepped threadPedro Alves1-92/+106
2015-08-07Add comments to currently_stepping and target_resumePedro Alves1-1/+3
2015-08-07Misc switch_back_to_stepped_thread cleanupsPedro Alves1-15/+18
2015-08-07Use keep_going in proceed and start_step_over tooPedro Alves1-288/+286
2015-08-07Embed the pending step-over chain in thread_info objectsPedro Alves1-69/+66
2015-08-07Make thread_still_needs_step_over consider stepping_over_watchpoint tooPedro Alves1-4/+39
2015-08-07Change adjust_pc_after_break's prototypePedro Alves1-9/+15
2015-08-07Fix and test "checkpoint" in non-stop modePedro Alves1-9/+39
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+2
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-29PR threads/18127 - threads spawned by infcall end up stuck in "running" statePedro Alves1-18/+13
2015-06-25Remove gdb_sysroot NULL checksGary Benson1-1/+1
2015-06-23inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans1-15/+0
2015-05-28Make remote follow fork 'Detaching' message match nativeDon Breazeal1-2/+8
2015-05-20Memory leak reading frame register during inferior event handlingJoel Brobecker1-1/+17
2015-05-13Remove stop_registersJan Kratochvil1-27/+0
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson1-6/+1
2015-04-28Use exec_file_find to prepend gdb_sysroot in follow_execGary Benson1-7/+11
2015-04-16Honour software single step in fallback of displaced steppingYao Qi1-2/+6
2015-04-11Remove --xdbJan Kratochvil1-91/+0
2015-04-10PPC64: Fix step-over-trips-on-watchpoint.exp with displaced stepping onPedro Alves1-7/+18
2015-04-10Fix gdb.base/sigstep.exp with displaced stepping on software single-step targetsPedro Alves1-5/+35
2015-04-10gdb/18216: displaced step+deliver signal, a thread needs step-over, crashPedro Alves1-1/+2
2015-04-07update thread list, delete exited threadsPedro Alves1-1/+1