aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-07Displaced stepping debug: fetch the right regcachePedro Alves1-1/+1
2015-04-01infrun.c:resume: currently_stepping after clearing stepped_breakpointPedro Alves1-1/+4
2015-04-01Make print_target_wait_results print the whole ptidPedro Alves1-2/+7
2015-04-01keep_going: Add missing discard_cleanups callPedro Alves1-0/+1
2015-04-01wait_for_inferior and errors thrown from target_waitPedro Alves1-9/+9
2015-04-01Use do_target_resume when stepping past permanent breakpoint tooPedro Alves1-7/+2
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