diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-02 08:57:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-02 08:57:21 +0000 |
commit | 33489c5beda387c0c9ac0467974628da2f9491e4 (patch) | |
tree | e7a7384a936d13bcfac62c4ab00a683daa2ab43a /gdb/infrun.c | |
parent | 5d15e25250782bba5c750ba905d6211e65de2090 (diff) | |
download | gdb-33489c5beda387c0c9ac0467974628da2f9491e4.zip gdb-33489c5beda387c0c9ac0467974628da2f9491e4.tar.gz gdb-33489c5beda387c0c9ac0467974628da2f9491e4.tar.bz2 |
re-do how gdbarch provides non-multi arch defaults so that non-
multi-arch gdbservers can continue to compile.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 8bf3012..0ffd968 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. */ |