summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* 2008-10-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-10-271-0/+16
* * infrun.c: Minor comment reformatting.Joel Brobecker2008-10-251-2/+1
* 2008-10-24 Hui Zhu <teawater@gmail.com>Hui Zhu2008-10-241-18/+51
* gdb/Pedro Alves2008-10-231-21/+156
* 2008-10-19 Hui Zhu <teawater@gmail.com>Hui Zhu2008-10-201-0/+1
* * infrun.c (adjust_pc_after_break): Do nothing if executing inPedro Alves2008-10-181-0/+29
* 2008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-10-171-21/+193
* gdb/Pedro Alves2008-10-151-23/+61
* * infrun.c (displaced_step_prepare): Switch thread temporarilyPedro Alves2008-10-141-7/+25
* 2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>Michael Snyder2008-10-051-1/+1
* 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2008-10-031-10/+5
* * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): UpdateDaniel Jacobowitz2008-10-021-1/+1
* * infrun.c (follow_exec): Don't do a generic mourn. InsteadPedro Alves2008-09-221-4/+2
* * infrun.c (handle_inferior_event): In the follow exec case,Pedro Alves2008-09-221-20/+11
* Make the stop_soon global be per-inferior instead.Pedro Alves2008-09-221-17/+36
* Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.Jan Kratochvil2008-09-171-8/+8
* * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand2008-09-111-1/+1
* gdb/Pedro Alves2008-09-091-10/+8
* * inferior.h (context_switch_to): Delete.Pedro Alves2008-09-081-30/+1
* * infrun.c (context_switch): Don't context-switch the continuations.Pedro Alves2008-09-081-4/+2
* Remove the global stop_step in favour of a per-threadPedro Alves2008-09-081-19/+20
* Remove the global step_multi in favour of a per-threadPedro Alves2008-09-081-8/+18
* Remove the global stop_signal in favour of a per-threadPedro Alves2008-09-081-49/+82
* * gdbthread.h (struct thread_info): Add comments aroundPedro Alves2008-09-081-11/+10
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-30/+35
* * inferior.h (step_over_calls): Delete.Pedro Alves2008-09-081-12/+11
* Remove context switching in favour of accessing thread_info fieldsPedro Alves2008-09-081-202/+194
* * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand2008-08-261-27/+0
* * infrun.c (adjust_pc_after_break): Do not call get_thread_regcacheUlrich Weigand2008-08-221-7/+9
* * infrun.c (proceed): Move back setting previous_inferior_ptidPedro Alves2008-08-221-3/+10
* * infrun.c (resume): If the thread is placed to the deferred stepVladimir Prus2008-08-191-1/+5
* 2008-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-08-181-0/+26
* * infrun.c (fetch_inferior_event): Only call normal_stop if notPedro Alves2008-08-161-1/+3
* Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.Stan Shebs2008-07-221-15/+4
* Revert frame_unwind_caller_pc / frame_unwind_caller_id.Daniel Jacobowitz2008-07-151-8/+6
* * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz2008-07-151-6/+8
* * infrun.c (handle_inferior_event): Tag threads as stoppedLuis Machado2008-07-151-23/+23
* 2008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-07-121-20/+23
* * infrun.c (resume): Discard cleanups on early exit path.Vladimir Prus2008-07-121-4/+7
* * infrun.c (normal_stop): For MI, report which threadsVladimir Prus2008-07-121-2/+15
* * infrun.c (handle_inferior_event): Also ignore aPedro Alves2008-07-111-5/+12
* Exited threads.Pedro Alves2008-07-111-1/+25
* Non-stop inferior control.Pedro Alves2008-07-091-29/+96
* Don't rely on ecs->wait_for_more.Pedro Alves2008-07-091-27/+16
* Refactor infrun a bit.Pedro Alves2008-07-091-122/+161
* Per-thread commands.Pedro Alves2008-07-091-22/+45
* Add non_stop global.Pedro Alves2008-07-091-0/+46
* Adjust fork/vfork/exec to pass ptids around.Pedro Alves2008-07-091-13/+13
* Add "executing" property to threads.Pedro Alves2008-07-091-0/+5
* * infrun.c (follow_exec): Reset shared libraries before adding thePedro Alves2008-07-081-5/+9