mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +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");
|
||||
else
|
||||
delete_file_handler (async_wait_fd ());
|
||||
|
||||
m_is_async = enable;
|
||||
}
|
||||
|
||||
/* A wrapper for WaitForSingleObject that issues a warning if
|
||||
|
Reference in New Issue
Block a user