aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-24/+33
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-17/+27
2009-07-02 * gdbtypes.h (struct builtin_type): Add internal_fn member.Ulrich Weigand1-16/+8
2009-06-29 * infrun.c (handle_inferior_event): Context switch to the newPedro Alves1-0/+2
2009-06-28 gdb/Daniel Jacobowitz1-18/+129
2009-06-28 * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz1-6/+8
2009-06-272009-06-27 Michael Snyder <msnyder@vmware.com>Michael Snyder1-32/+35
2009-06-24 * eval.c (evaluate_subexp_standard): Use expression architectureUlrich Weigand1-3/+1
2009-06-182009-06-14 Hui Zhu <teawater@gmail.com>Michael Snyder1-4/+15
2009-06-182009-06-18 Hui Zhu <teawater@gmail.com>Michael Snyder1-2/+10
2009-06-17 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand1-1/+1
2009-06-17 * infrun.c (cleanup_displaced_step_closure): Remove.Ulrich Weigand1-20/+16
2009-06-17ChangeLog:Ulrich Weigand1-41/+53
2009-06-11gdb/Pedro Alves1-10/+52
2009-06-10 * infrun.c (handle_inferior_event): Update comment around tryingPedro Alves1-3/+19
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-8/+5
2009-06-03 * target.c: Include "exec.h".Pedro Alves1-18/+0
2009-06-03 * value.h (struct internalvar): Remove.Ulrich Weigand1-3/+2
2009-05-30 * infrun.c (prepare_to_proceed): Document. Assert !non_stop.Doug Evans1-2/+16
2009-05-28gdb/Pedro Alves1-19/+38
2009-05-27gdb/Pedro Alves1-0/+8
2009-05-24gdb:Doug Evans1-5/+5
2009-05-24 * infrun.c (follow_fork): Initialize new step_* localsDoug Evans1-6/+6
2009-05-24gdb/Pedro Alves1-56/+185
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