summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * breakpoint.c (moribund_locations): New.Vladimir Prus2008-06-281-0/+2
* * infrun.c (start_remote): Don't clear thread list here.Pedro Alves2008-06-271-1/+0
* 2008-06-24 Michael Snyder <msnyder@specifix.com>Michael Snyder2008-06-241-6/+5
* Don't suppress *running when doing finish.Vladimir Prus2008-06-131-1/+1
* Implement *running.Vladimir Prus2008-06-101-1/+2
* Suppress normal stop observer when it's problematic.Vladimir Prus2008-06-101-1/+2
* * annotate.c (annotate_thread_changed): New function.Nick Roberts2008-06-061-0/+1
* gdb/Pedro Alves2008-05-041-26/+60
* * inferior.h (read_pc_pid, write_pc_pid): Remove.Ulrich Weigand2008-05-041-44/+58
* * infrun.c (handle_inferior_event): Do not insert breakpoints atUlrich Weigand2008-05-031-1/+2
* Implement displaced stepping.Pedro Alves2008-05-021-27/+505
* 2008-05-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2008-05-021-1/+4
* 2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz2008-05-011-7/+11
* * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves2008-04-251-4/+1
* exec_cleanup murder.Vladimir Prus2008-04-241-7/+2
* * breakpoint.h (bp_location_p): New typedef.Vladimir Prus2008-04-241-29/+28
* PR gdb/2424Aleksandar Ristovski2008-04-151-5/+3
* Remove ignoring leading exec events code.Vladimir Prus2008-03-151-19/+0
* * Makefile.in (symfile.o): Update.Daniel Jacobowitz2008-01-291-24/+13
* * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker2008-01-291-4/+19
* Inform about new thread in a single place.Vladimir Prus2008-01-231-7/+1
* * infrun.c (handle_inferior_event): IfVladimir Prus2008-01-211-18/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* * infrun.c (handle_inferior_event): Remove code that made usJoel Brobecker2007-12-231-14/+0
* * infrun.c (handle_inferior_event): Fix spelling in comment.Joel Brobecker2007-12-191-1/+1
* * target.h (target_pid_or_tid_to_str): Remove.Vladimir Prus2007-12-161-2/+2
* * infrun.c (init_wait_for_inferior): Reset target_last_wait_ptid.Daniel Jacobowitz2007-12-071-1/+5
* Localize infrun use of remove_breakpoints.Vladimir Prus2007-12-061-5/+5
* Clarify infrun variable naming.Vladimir Prus2007-12-061-45/+72
* * infrun.c (handle_inferior_event): Don'tVladimir Prus2007-11-301-17/+6
* Make insert_breakpoints return void.Vladimir Prus2007-11-301-1/+6
* Stop infrun from tracking breakpoint insertion status.Vladimir Prus2007-11-291-44/+17
* * infrun.c (resume): Set right thread even ifVladimir Prus2007-11-281-1/+2
* * infrun.c (resume): Clarify logic thatVladimir Prus2007-11-201-7/+33