diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index ce3df53..0821e97 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -1624,10 +1624,7 @@ linux_nat_resume (ptid_t ptid, int step, enum target_signal signo) signo ? strsignal (signo) : "0"); if (target_can_async_p ()) - { - target_executing = 1; - target_async (inferior_event_handler, 0); - } + target_async (inferior_event_handler, 0); } /* Issue kill to specified lwp. */ |