aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Fix switch_back_to_stepped_thread comment referencesPedro Alves1-4/+4
2015-03-24Shuffle user_visible_resume_ptidPedro Alves1-16/+16
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-36/+48
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves1-24/+18
2015-03-24Make step_start_function be per threadPedro Alves1-7/+5
2015-03-24No longer handle negative 'step' in 'proceed'Pedro Alves1-3/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-9/+14
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-2/+2
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-1/+69
2015-03-04follow-fork: don't lose the ptids as set by the targetPedro Alves1-19/+14
2015-03-03follow-exec: delete all non-execing threadsPedro Alves1-12/+36
2015-02-11Fix adjust_pc_after_break, remove still current thread checkPedro Alves1-2/+0
2015-02-10displaced_step_fixup may access memory from the wrong inferior/threadPedro Alves1-0/+4
2015-01-14PR cli/17828: -batch -ex r breaks terminalPedro Alves1-0/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-5/+5
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-6/+6
2014-11-12Garbage collect the infwait_state globalPedro Alves1-14/+0
2014-11-12fix skipping permanent breakpointsPedro Alves1-37/+134
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves1-7/+1
2014-11-07Revert old nexti prologue check and eliminate in_prologuePedro Alves1-7/+1
2014-10-29PR 17408 - assertion failure in switch_back_to_stepped_threadPedro Alves1-1/+1
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-0/+20
2014-10-28PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insnsPedro Alves1-4/+30
2014-10-27stepi/nexti: skip signal handler if "handle nostop" signal arrivesPedro Alves1-3/+4
2014-10-24Follow-fork message printing improvementsDon Breazeal1-24/+36
2014-10-15Non-stop + software single-step archs: don't force displaced-stepping for all...Pedro Alves1-2/+1
2014-10-15Make single-step breakpoints be per-threadPedro Alves1-68/+45
2014-10-15Put single-step breakpoints on the bp_location chainPedro Alves1-0/+16
2014-10-15infrun.c: add for_each_just_stopped_threadPedro Alves1-32/+40
2014-10-15Rewrite non-continuable watchpoints handlingPedro Alves1-90/+54
2014-10-15Decide whether we may have removed breakpoints based on step_over_infoPedro Alves1-8/+14
2014-10-15Remove non-address bits for longjmp resume breakpointAndreas Arnez1-1/+4
2014-10-10infrun.c:normal_stop: Fix typo in commentPedro Alves1-1/+1
2014-10-09Remove unused local variableYao Qi1-1/+0
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves1-19/+35
2014-09-30Refactor native follow-fork.Don Breazeal1-4/+245
2014-09-25infrun.c:user_visible_resume_ptid: Don't check singlestep_breakpoints_inserted_pPedro Alves1-2/+1
2014-09-25infrun.c: comment/typo fixesPedro Alves1-3/+3
2014-09-22Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves1-3/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-25Always pass signals to the right threadPedro Alves1-59/+34
2014-06-27Associate dummy_frame with ptidYao Qi1-1/+1
2014-06-26Typo fix in signal_pass initializationYao Qi1-1/+1
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves1-2/+2
2014-06-18constify struct block in some placesTom Tromey1-2/+2
2014-06-18Symptom:Luis Machado1-3/+12
2014-05-29Running the current tree against my software-single-step-on-x86_64Pedro Alves1-7/+13