Pavel Labath d4c3c2872f [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.
2023-09-08 10:17:16 +02:00
..
2023-09-01 21:32:24 -07:00
2023-09-05 09:48:06 -07:00
2023-09-01 21:32:24 -07:00
2022-10-31 14:40:38 -07:00
2023-09-08 10:17:16 +02:00