aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-20 * infrun.c (resume): Clarify logic thatVladimir Prus1-7/+33
2007-11-022007-11-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-2/+4
2007-10-012007-09-16 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-44/+42
2007-09-22 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.Vladimir Prus1-8/+0
2007-09-17 * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertionJoel Brobecker1-0/+1
2007-09-10 * infrun.c (stepping_past_breakpoint): New global variable.Ulrich Weigand1-27/+57
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-07-02 * infrun.c (inferior_ignoring_startup_exec_events): Delete.Daniel Jacobowitz1-14/+65
2007-06-22 * infrun.c (adjust_pc_after_break): Do not assume software single-stepUlrich Weigand1-54/+34