Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h347 ScriptedCommandSynchronicity m_synch_wanted; variable
DScriptInterpreterPython.cpp2931 : m_debugger_sp(debugger_sp), m_synch_wanted(synchro), in SynchronicityHandler()
2933 if (m_synch_wanted == eScriptedCommandSynchronicitySynchronous) in SynchronicityHandler()
2935 else if (m_synch_wanted == eScriptedCommandSynchronicityAsynchronous) in SynchronicityHandler()
2940 if (m_synch_wanted != eScriptedCommandSynchronicityCurrentValue) in ~SynchronicityHandler()