summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* infrun: scheduler-locking replayMarkus Metzger2015-09-181-6/+33
* infrun: switch to NO_HISTORY threadMarkus Metzger2015-09-181-1/+7
* Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves2015-09-141-13/+135
* Extended-remote follow-execDon Breazeal2015-09-111-9/+8
* Garbage collect thread continuationsPedro Alves2015-09-091-7/+0
* Convert infcalls to thread_fsm mechanismPedro Alves2015-09-091-89/+70
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-49/+108
* Merge async and sync code paths some morePedro Alves2015-09-091-20/+17
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-13/+9
* Fix native follow-exec-mode "new"Don Breazeal2015-08-261-3/+12
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+3
* remote non-stop: Process initially stopped threads before other commandsPedro Alves2015-08-201-2/+2
* gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker2015-08-101-5/+5
* PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves2015-08-071-4/+11
* Disable displaced stepping if trying it failsPedro Alves2015-08-071-20/+92
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-27/+95
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-64/+1044
* Factor out code to re-resume stepped threadPedro Alves2015-08-071-92/+106
* Add comments to currently_stepping and target_resumePedro Alves2015-08-071-1/+3
* Misc switch_back_to_stepped_thread cleanupsPedro Alves2015-08-071-15/+18
* Use keep_going in proceed and start_step_over tooPedro Alves2015-08-071-288/+286
* Embed the pending step-over chain in thread_info objectsPedro Alves2015-08-071-69/+66
* Make thread_still_needs_step_over consider stepping_over_watchpoint tooPedro Alves2015-08-071-4/+39
* Change adjust_pc_after_break's prototypePedro Alves2015-08-071-9/+15
* Fix and test "checkpoint" in non-stop modePedro Alves2015-08-071-9/+39
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+2
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* PR threads/18127 - threads spawned by infcall end up stuck in "running" statePedro Alves2015-06-291-18/+13
* Remove gdb_sysroot NULL checksGary Benson2015-06-251-1/+1
* inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans2015-06-231-15/+0
* Make remote follow fork 'Detaching' message match nativeDon Breazeal2015-05-281-2/+8
* Memory leak reading frame register during inferior event handlingJoel Brobecker2015-05-201-1/+17
* Remove stop_registersJan Kratochvil2015-05-131-27/+0
* Allow passing fd == NULL to exec_file_find and solib_findGary Benson2015-04-291-6/+1
* Use exec_file_find to prepend gdb_sysroot in follow_execGary Benson2015-04-281-7/+11
* Honour software single step in fallback of displaced steppingYao Qi2015-04-161-2/+6
* Remove --xdbJan Kratochvil2015-04-111-91/+0
* PPC64: Fix step-over-trips-on-watchpoint.exp with displaced stepping onPedro Alves2015-04-101-7/+18
* Fix gdb.base/sigstep.exp with displaced stepping on software single-step targetsPedro Alves2015-04-101-5/+35
* gdb/18216: displaced step+deliver signal, a thread needs step-over, crashPedro Alves2015-04-101-1/+2
* update thread list, delete exited threadsPedro Alves2015-04-071-1/+1
* Displaced stepping debug: fetch the right regcachePedro Alves2015-04-071-1/+1
* infrun.c:resume: currently_stepping after clearing stepped_breakpointPedro Alves2015-04-011-1/+4
* Make print_target_wait_results print the whole ptidPedro Alves2015-04-011-2/+7
* keep_going: Add missing discard_cleanups callPedro Alves2015-04-011-0/+1
* wait_for_inferior and errors thrown from target_waitPedro Alves2015-04-011-9/+9
* Use do_target_resume when stepping past permanent breakpoint tooPedro Alves2015-04-011-7/+2