Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if...
Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if a process is resumed or halted, it will try to push/pop the process IOHandler and it will deadlock. <rdar://problem/18610852> llvm-svn: 219620
Loading
Please sign in to comment