Home
last modified time | relevance | path

Searched refs:m_old_asynch (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h265 bool m_old_asynch; variable
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2931 m_old_asynch(debugger_sp->GetAsyncExecution()) in SynchronicityHandler()
2942 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()