Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h348 bool m_old_asynch; variable
DScriptInterpreterPython.cpp2932 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()
2941 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()