Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2645 m_synch_wanted(synchro), in SynchronicityHandler()
2648 if (m_synch_wanted == eScriptedCommandSynchronicitySynchronous) in SynchronicityHandler()
2650 else if (m_synch_wanted == eScriptedCommandSynchronicityAsynchronous) in SynchronicityHandler()
2656 if (m_synch_wanted != eScriptedCommandSynchronicityCurrentValue) in ~SynchronicityHandler()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h436 ScriptedCommandSynchronicity m_synch_wanted; variable