aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-15PR gdb/2424Aleksandar Ristovski1-5/+3
2008-03-15 Remove ignoring leading exec events code.Vladimir Prus1-19/+0
2008-01-29 * Makefile.in (symfile.o): Update.Daniel Jacobowitz1-24/+13
2008-01-29 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker1-4/+19
2008-01-23 Inform about new thread in a single place.Vladimir Prus1-7/+1
2008-01-21 * infrun.c (handle_inferior_event): IfVladimir Prus1-18/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+2
2007-12-23 * infrun.c (handle_inferior_event): Remove code that made usJoel Brobecker1-14/+0
2007-12-19 * infrun.c (handle_inferior_event): Fix spelling in comment.Joel Brobecker1-1/+1
2007-12-16 * target.h (target_pid_or_tid_to_str): Remove.Vladimir Prus1-2/+2
2007-12-07 * infrun.c (init_wait_for_inferior): Reset target_last_wait_ptid.Daniel Jacobowitz1-1/+5
2007-12-06 Localize infrun use of remove_breakpoints.Vladimir Prus1-5/+5
2007-12-06 Clarify infrun variable naming.Vladimir Prus1-45/+72
2007-11-30 * infrun.c (handle_inferior_event): Don'tVladimir Prus1-17/+6
2007-11-30 Make insert_breakpoints return void.Vladimir Prus1-1/+6
2007-11-29 Stop infrun from tracking breakpoint insertion status.Vladimir Prus1-44/+17
2007-11-28 * infrun.c (resume): Set right thread even ifVladimir Prus1-1/+2