mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
Actually set m_is_async to current async mode
Looks like this was missed in the async mode implementation.
This commit is contained in:
@ -427,6 +427,8 @@ windows_nat_target::async (bool enable)
|
|||||||
nullptr, "windows_nat_target");
|
nullptr, "windows_nat_target");
|
||||||
else
|
else
|
||||||
delete_file_handler (async_wait_fd ());
|
delete_file_handler (async_wait_fd ());
|
||||||
|
|
||||||
|
m_is_async = enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* A wrapper for WaitForSingleObject that issues a warning if
|
/* A wrapper for WaitForSingleObject that issues a warning if
|
||||||
|
Reference in New Issue
Block a user