aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-05-04 17:32:49 +0000
committerMark Kettenis <kettenis@gnu.org>2000-05-04 17:32:49 +0000
commite441088d68ff1139f88e4a78ba1035d4f6190ab9 (patch)
treed00f00a5414d6101d193561b820cc5e36c170188 /gdb/infrun.c
parentb8fbeb1874605f3dfe03e0b3ced670f6308b95f5 (diff)
downloadgdb-e441088d68ff1139f88e4a78ba1035d4f6190ab9.zip
gdb-e441088d68ff1139f88e4a78ba1035d4f6190ab9.tar.gz
gdb-e441088d68ff1139f88e4a78ba1035d4f6190ab9.tar.bz2
* infrun.c (handle_inferior_event): Add missing call to keep_going
and missing return when handling an ordinary signal from the inferior.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index fb24203..75cdf73 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -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. */