* infrun.c (handle_inferior_event): Add missing call to keep_going

and missing return when handling an ordinary signal from the
inferior.
This commit is contained in:
Mark Kettenis
2000-05-04 17:32:49 +00:00
parent b8fbeb1874
commit e441088d68
2 changed files with 8 additions and 0 deletions

View File

@@ -2274,6 +2274,8 @@ handle_inferior_event (struct execution_control_state *ecs)
the HP-UX maintainer to furnish a fix that doesn't break other
platforms. --JimB, 20 May 1999 */
check_sigtramp2 (ecs);
keep_going (ecs);
return;
}
/* Handle cases caused by hitting a breakpoint. */