aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-22This commit was manufactured by cvs2svn to create branch 'gdb_6_0-branch'.gdb_6_0-2003-06-23-branchpointnobody1-8/+54
2003-05-09This commit was manufactured by cvs2svn to create branch 'jimb-jimb-ppc64-linux-20030509-branchpointnobody1-25/+70
2003-04-19This commit was manufactured by cvs2svn to create branchkettenis_i386newframe-20030419-branchpointnobody1-22/+66
2003-04-03This commit was manufactured by cvs2svn to create branchcagney_frameaddr-20030403-branchpointnobody1-39/+35
2003-03-26This commit was manufactured by cvs2svn to create branchcagney_framebase-20030326-branchpointnobody1-35/+6
2003-03-03This commit was manufactured by cvs2svn to create branchcagney_offbyone-20030303-branchpointnobody1-7/+0
2003-02-02This commit was manufactured by cvs2svn to create branchinterps-20030202-branchpointnobody1-18/+16
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+2
2002-12-182002-12-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+1
2002-12-15 * infrun.c (handle_inferior_event): Rearrange code to resume ifDaniel Jacobowitz1-47/+17
2002-12-15 * infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKEDDaniel Jacobowitz1-51/+1
2002-12-15 * infrun.c (handle_inferior_event): Assume that catchpointsDaniel Jacobowitz1-33/+27
2002-12-132002-12-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+6
2002-12-12 * infrun.c (pending_follow): Remove saw_parent_fork, saw_child_fork,Daniel Jacobowitz1-36/+0
2002-12-112002-12-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-11/+10
2002-12-11 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_VFORK): Change toDaniel Jacobowitz1-163/+33
2002-12-11 * hppah-nat.c (saved_child_execd_pathname, saved_vfork_state): New.Daniel Jacobowitz1-40/+3
2002-12-11 * hppah-nat.c (child_wait): Return TARGET_WAITKIND_IGNOREDaniel Jacobowitz1-24/+11
2002-12-062002-12-05 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-33/+39
2002-12-042002-12-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+1
2002-12-012002-12-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+2
2002-11-292002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-3/+3
2002-11-242002-11-19 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-8/+8
2002-11-16 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don'tDaniel Jacobowitz1-24/+0
2002-11-16 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,Daniel Jacobowitz1-0/+54
2002-11-16 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.Daniel Jacobowitz1-69/+11
2002-10-242002-10-24 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-7/+7
2002-10-10Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into CMarko Mlinar1-7/+0
2002-10-022002-10-02 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-7/+8
2002-09-182002-09-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-9/+3
2002-08-23 * infrun.c (handle_inferior_event): Move a comment outside of aJoel Brobecker1-9/+9
2002-08-23 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsgGrace Sainsbury1-20/+3
2002-08-202002-08-20 Michael Snyder <msnyder@redhat.com>Michael Snyder1-7/+0
2002-08-17 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,Joel Brobecker1-4/+19
2002-08-17 * infrun.c (handle_inferior_event): Minor reformatting, to makeJoel Brobecker1-14/+13
2002-08-16 * infrun.c (handle_inferior_event): When receiving a SIGTRAPJoel Brobecker1-4/+9
2002-07-242002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2002-07-18 * infrun.c: Re-indent using gdb_indent.sh.Joel Brobecker1-1527/+1509
2002-07-18 * infrun.c (handle_inferior_event): Remove unneeded extra brace.Joel Brobecker1-4/+0
2002-06-25* infrun.c (stop_registers): Change variable's type to ``structAndrew Cagney1-36/+21
2002-06-22* infrun.c (_initialize_infrun): Delete unnecessary call toAndrew Cagney1-2/+0
2002-06-10* infrun.c (struct inferior_status): Replace fieldsAndrew Cagney1-31/+10
2002-05-05* frame.h (select_frame): Delete level parameter.Andrew Cagney1-4/+4
2002-04-24* arch-utils.h: Update copyright.Andrew Cagney1-5/+5
2002-03-18* cli/cli-decode.c (cmd_type): New function.Andrew Cagney1-1/+9
2002-03-17* command.h: (execute_cmd_post_hook): Declare.Andrew Cagney1-8/+6
2002-02-24s/Linux/.../Andrew Cagney1-7/+8
2002-02-18* gdbarch.sh (GET_LONGJMP_TARGET): Add rule.Richard Earnshaw1-10/+2
2002-02-05* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney1-2/+1
2002-02-02* utils.c (error_begin): Make static.Andrew Cagney1-4/+2