Skip to content
Commit d4c3c287 authored by Pavel Labath's avatar Pavel Labath
Browse files

[lldb] Fix Process::SyncIOHandler

D157648 broke the function because it put the blocking wait into a
critical section. This meant that, if m_iohandler_sync was not updated
before entering the function, no amount of waiting would help.

Fix that by restriciting the scope of the critical section to the
iohandler check.
parent b1f14d64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment