aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-11 * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand1-1/+1
2008-09-09gdb/Pedro Alves1-10/+8
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-30/+1
2008-09-08 * infrun.c (context_switch): Don't context-switch the continuations.Pedro Alves1-4/+2
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves1-19/+20
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves1-8/+18
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-49/+82
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves1-11/+10
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-30/+35
2008-09-08 * inferior.h (step_over_calls): Delete.Pedro Alves1-12/+11
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-202/+194
2008-08-26 * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand1-27/+0
2008-08-22 * infrun.c (adjust_pc_after_break): Do not call get_thread_regcacheUlrich Weigand1-7/+9
2008-08-22 * infrun.c (proceed): Move back setting previous_inferior_ptidPedro Alves1-3/+10
2008-08-19 * infrun.c (resume): If the thread is placed to the deferred stepVladimir Prus1-1/+5
2008-08-182008-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+26
2008-08-16 * infrun.c (fetch_inferior_event): Only call normal_stop if notPedro Alves1-1/+3
2008-07-22 Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.Stan Shebs1-15/+4
2008-07-15Revert frame_unwind_caller_pc / frame_unwind_caller_id.Daniel Jacobowitz1-8/+6
2008-07-15 * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz1-6/+8
2008-07-15 * infrun.c (handle_inferior_event): Tag threads as stoppedLuis Machado1-23/+23
2008-07-122008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-20/+23
2008-07-12 * infrun.c (resume): Discard cleanups on early exit path.Vladimir Prus1-4/+7
2008-07-12 * infrun.c (normal_stop): For MI, report which threadsVladimir Prus1-2/+15
2008-07-11 * infrun.c (handle_inferior_event): Also ignore aPedro Alves1-5/+12
2008-07-11 Exited threads.Pedro Alves1-1/+25
2008-07-09 Non-stop inferior control.Pedro Alves1-29/+96
2008-07-09 Don't rely on ecs->wait_for_more.Pedro Alves1-27/+16
2008-07-09 Refactor infrun a bit.Pedro Alves1-122/+161
2008-07-09 Per-thread commands.Pedro Alves1-22/+45
2008-07-09 Add non_stop global.Pedro Alves1-0/+46
2008-07-09 Adjust fork/vfork/exec to pass ptids around.Pedro Alves1-13/+13
2008-07-09 Add "executing" property to threads.Pedro Alves1-0/+5
2008-07-08 * infrun.c (follow_exec): Reset shared libraries before adding thePedro Alves1-5/+9
2008-06-28 * breakpoint.c (moribund_locations): New.Vladimir Prus1-0/+2
2008-06-27 * infrun.c (start_remote): Don't clear thread list here.Pedro Alves1-1/+0
2008-06-242008-06-24 Michael Snyder <msnyder@specifix.com>Michael Snyder1-6/+5
2008-06-13 Don't suppress *running when doing finish.Vladimir Prus1-1/+1
2008-06-10 Implement *running.Vladimir Prus1-1/+2
2008-06-10 Suppress normal stop observer when it's problematic.Vladimir Prus1-1/+2
2008-06-06* annotate.c (annotate_thread_changed): New function.Nick Roberts1-0/+1
2008-05-04gdb/Pedro Alves1-26/+60
2008-05-04 * inferior.h (read_pc_pid, write_pc_pid): Remove.Ulrich Weigand1-44/+58
2008-05-03 * infrun.c (handle_inferior_event): Do not insert breakpoints atUlrich Weigand1-1/+2
2008-05-02 Implement displaced stepping.Pedro Alves1-27/+505
2008-05-022008-05-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-1/+4
2008-05-012008-05-01 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-7/+11
2008-04-25 * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves1-4/+1
2008-04-24 exec_cleanup murder.Vladimir Prus1-7/+2
2008-04-24 * breakpoint.h (bp_location_p): New typedef.Vladimir Prus1-29/+28