aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves1-4/+4
2009-05-17gdb/Pedro Alves1-0/+21
2009-05-17 * infrun.c (pending_follow): Remove mention of exec events.Pedro Alves1-4/+3
2009-05-17 * infrun.c (pending_follow): Remove execd_pathname member.Pedro Alves1-11/+6
2009-05-11 Unify target macros.Pierre Muller1-4/+4
2009-05-05 * inferior.h (read_pc, write_pc): Remove.Ulrich Weigand1-7/+8
2009-04-30* infrun.c (use_displaced_stepping): Return false if processHui Zhu1-1/+10
2009-04-202009-04-20 David Daney <ddaney@caviumnetworks.com>David Daney1-1/+1
2009-04-142009-04-13 David Daney <ddaney@caviumnetworks.com>David Daney1-16/+31
2009-03-25gdb/Pedro Alves1-0/+10
2009-03-25 * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves1-2/+2
2009-03-22gdb/Pedro Alves1-4/+2
2009-03-22 * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves1-1/+5
2009-03-22 * infcall.c (run_inferior_call): Remove references toPedro Alves1-5/+19
2009-03-17 * infrun.c (normal_stop): Don't overwrite old_chain.Pedro Alves1-2/+2
2009-03-01 Include thread ID in target_wait debugging output.Doug Evans1-16/+42
2009-02-252009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu1-2/+2
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-2/+2
2009-02-14 Include frame information for *stopped due to CLI commands.Vladimir Prus1-18/+3
2009-02-062009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+87
2009-02-01 * target.h (target_waitstatus_to_string): Declare.Doug Evans1-0/+20
2009-01-24 * infrun.c (normal_stop): Don't callPedro Alves1-11/+0
2009-01-232009-01-23 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-10/+9
2009-01-19 * dummy-frame.c (dummy_frame): Replace regcache member withDoug Evans1-45/+99
2009-01-18 PR gdb/9747:Pedro Alves1-12/+39
2009-01-15 * target.h (target_signal_to_string): Make return type const char *.Doug Evans1-1/+1
2009-01-07gdb/Pedro Alves1-1/+0
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-312008-12-31 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-13/+15
2008-12-12 * infrun.c (handle_inferior_event): Correctly tag non-executingPedro Alves1-16/+28
2008-12-11 * infrun.c (handle_inferior_event): On a TARGET_WAITKIND_EXITED orPedro Alves1-0/+2
2008-12-02 * infrun.c (handle_inferior_event): Remove redundant resetting ofDoug Evans1-2/+0
2008-12-02 * infrun.c (handle_inferior_event): Delete unused local tp.Doug Evans1-2/+0
2008-12-02* infrun.c (proceed): Delete unused local stop_signal.Doug Evans1-1/+0
2008-11-22 Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.Joel Brobecker1-1/+0
2008-11-20 * infrun.c (resume): If following a fork, also reset regcache,Pedro Alves1-0/+6
2008-11-20 * infrun.c (resume): If following a fork, reread the currentPedro Alves1-2/+6
2008-11-20 * inferior.h (proceed_to_finish): Delete, unused.Doug Evans1-2/+2
2008-11-17 PR gdb/2250Ulrich Weigand1-22/+102
2008-11-16 Remove support for catch load and catch unload commands.Joel Brobecker1-37/+0
2008-11-05 * defs.h (add_inferior_continuation)Pedro Alves1-2/+11
2008-10-31 * inferior.h (write_inferior_status_register): Delete.Pedro Alves1-10/+0
2008-10-272008-10-26 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+16
2008-10-25 * infrun.c: Minor comment reformatting.Joel Brobecker1-2/+1
2008-10-242008-10-24 Hui Zhu <teawater@gmail.com>Hui Zhu1-18/+51
2008-10-23gdb/Pedro Alves1-21/+156
2008-10-202008-10-19 Hui Zhu <teawater@gmail.com>Hui Zhu1-0/+1
2008-10-18 * infrun.c (adjust_pc_after_break): Do nothing if executing inPedro Alves1-0/+29
2008-10-172008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-21/+193
2008-10-15gdb/Pedro Alves1-23/+61