mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* 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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user