Age | Commit message (Expand) | Author | Files | Lines |
2008-09-22 | * infrun.c (follow_exec): Don't do a generic mourn. Instead | Pedro Alves | 1 | -4/+2 |
2008-09-22 | * infrun.c (handle_inferior_event): In the follow exec case, | Pedro Alves | 1 | -20/+11 |
2008-09-22 | Make the stop_soon global be per-inferior instead. | Pedro Alves | 1 | -17/+36 |
2008-09-17 | Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread. | Jan Kratochvil | 1 | -8/+8 |
2008-09-11 | * defs.h (struct gdbarch): Add forward declaration. | Ulrich Weigand | 1 | -1/+1 |
2008-09-09 | gdb/ | Pedro Alves | 1 | -10/+8 |
2008-09-08 | * inferior.h (context_switch_to): Delete. | Pedro Alves | 1 | -30/+1 |
2008-09-08 | * infrun.c (context_switch): Don't context-switch the continuations. | Pedro Alves | 1 | -4/+2 |
2008-09-08 | Remove the global stop_step in favour of a per-thread | Pedro Alves | 1 | -19/+20 |
2008-09-08 | Remove the global step_multi in favour of a per-thread | Pedro Alves | 1 | -8/+18 |
2008-09-08 | Remove the global stop_signal in favour of a per-thread | Pedro Alves | 1 | -49/+82 |
2008-09-08 | * gdbthread.h (struct thread_info): Add comments around | Pedro Alves | 1 | -11/+10 |
2008-09-08 | * inferior.h (stop_bpstat): Delete. | Pedro Alves | 1 | -30/+35 |
2008-09-08 | * inferior.h (step_over_calls): Delete. | Pedro Alves | 1 | -12/+11 |
2008-09-08 | Remove context switching in favour of accessing thread_info fields | Pedro Alves | 1 | -202/+194 |
2008-08-26 | * dummy-frame.h (dummy_frame_pop): Add prototype. | Ulrich Weigand | 1 | -27/+0 |
2008-08-22 | * infrun.c (adjust_pc_after_break): Do not call get_thread_regcache | Ulrich Weigand | 1 | -7/+9 |
2008-08-22 | * infrun.c (proceed): Move back setting previous_inferior_ptid | Pedro Alves | 1 | -3/+10 |
2008-08-19 | * infrun.c (resume): If the thread is placed to the deferred step | Vladimir Prus | 1 | -1/+5 |
2008-08-18 | 2008-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+26 |
2008-08-16 | * infrun.c (fetch_inferior_event): Only call normal_stop if not | Pedro Alves | 1 | -1/+3 |
2008-07-22 | Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE. | Stan Shebs | 1 | -15/+4 |
2008-07-15 | Revert frame_unwind_caller_pc / frame_unwind_caller_id. | Daniel Jacobowitz | 1 | -8/+6 |
2008-07-15 | * frame.c (frame_unwind_id): Renamed to ... | Daniel Jacobowitz | 1 | -6/+8 |
2008-07-15 | * infrun.c (handle_inferior_event): Tag threads as stopped | Luis Machado | 1 | -23/+23 |
2008-07-12 | 2008-07-12 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -20/+23 |
2008-07-12 | * infrun.c (resume): Discard cleanups on early exit path. | Vladimir Prus | 1 | -4/+7 |
2008-07-12 | * infrun.c (normal_stop): For MI, report which threads | Vladimir Prus | 1 | -2/+15 |
2008-07-11 | * infrun.c (handle_inferior_event): Also ignore a | Pedro Alves | 1 | -5/+12 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -1/+25 |
2008-07-09 | Non-stop inferior control. | Pedro Alves | 1 | -29/+96 |
2008-07-09 | Don't rely on ecs->wait_for_more. | Pedro Alves | 1 | -27/+16 |
2008-07-09 | Refactor infrun a bit. | Pedro Alves | 1 | -122/+161 |
2008-07-09 | Per-thread commands. | Pedro Alves | 1 | -22/+45 |
2008-07-09 | Add non_stop global. | Pedro Alves | 1 | -0/+46 |
2008-07-09 | Adjust fork/vfork/exec to pass ptids around. | Pedro Alves | 1 | -13/+13 |
2008-07-09 | Add "executing" property to threads. | Pedro Alves | 1 | -0/+5 |
2008-07-08 | * infrun.c (follow_exec): Reset shared libraries before adding the | Pedro Alves | 1 | -5/+9 |
2008-06-28 | * breakpoint.c (moribund_locations): New. | Vladimir Prus | 1 | -0/+2 |
2008-06-27 | * infrun.c (start_remote): Don't clear thread list here. | Pedro Alves | 1 | -1/+0 |
2008-06-24 | 2008-06-24 Michael Snyder <msnyder@specifix.com> | Michael Snyder | 1 | -6/+5 |
2008-06-13 | Don't suppress *running when doing finish. | Vladimir Prus | 1 | -1/+1 |
2008-06-10 | Implement *running. | Vladimir Prus | 1 | -1/+2 |
2008-06-10 | Suppress normal stop observer when it's problematic. | Vladimir Prus | 1 | -1/+2 |
2008-06-06 | * annotate.c (annotate_thread_changed): New function. | Nick Roberts | 1 | -0/+1 |
2008-05-04 | gdb/ | Pedro Alves | 1 | -26/+60 |
2008-05-04 | * inferior.h (read_pc_pid, write_pc_pid): Remove. | Ulrich Weigand | 1 | -44/+58 |
2008-05-03 | * infrun.c (handle_inferior_event): Do not insert breakpoints at | Ulrich Weigand | 1 | -1/+2 |
2008-05-02 | Implement displaced stepping. | Pedro Alves | 1 | -27/+505 |
2008-05-02 | 2008-05-02 Andrew Stubbs <andrew.stubbs@st.com> | Andrew Stubbs | 1 | -1/+4 |