aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-14 * infrun.c (displaced_step_prepare): Switch thread temporarilyPedro Alves1-7/+25
2008-10-052008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>Michael Snyder1-1/+1
2008-10-032008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-10/+5
2008-10-02 * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): UpdateDaniel Jacobowitz1-1/+1
2008-09-22 * infrun.c (follow_exec): Don't do a generic mourn. InsteadPedro Alves1-4/+2
2008-09-22 * infrun.c (handle_inferior_event): In the follow exec case,Pedro Alves1-20/+11
2008-09-22 Make the stop_soon global be per-inferior instead.Pedro Alves1-17/+36
2008-09-17 Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.Jan Kratochvil1-8/+8
2008-09-11 * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand1-1/+1
2008-09-09gdb/Pedro Alves1-10/+8
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-30/+1
2008-09-08 * infrun.c (context_switch): Don't context-switch the continuations.Pedro Alves1-4/+2
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves1-19/+20
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves1-8/+18
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-49/+82
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves1-11/+10
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-30/+35
2008-09-08 * inferior.h (step_over_calls): Delete.Pedro Alves1-12/+11
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-202/+194
2008-08-26 * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand1-27/+0
2008-08-22 * infrun.c (adjust_pc_after_break): Do not call get_thread_regcacheUlrich Weigand1-7/+9