diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index f55acb5..fc3e4e7 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -1147,7 +1147,7 @@ call_function_by_hand_dummy (struct value *function, observer_notify_inferior_call_post (call_thread_ptid, funaddr); tp = find_thread_ptid (call_thread_ptid); - if (tp != NULL) + if (tp != NULL && !is_exited (tp)) { /* The FSM should still be the same. */ gdb_assert (tp->thread_fsm == &sm->thread_fsm); |