Home
last modified time | relevance | path

Searched refs:eScriptedCommandSynchronicitySynchronous (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-enumerations.h201 eScriptedCommandSynchronicitySynchronous, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1796 m_synchronicity(eScriptedCommandSynchronicitySynchronous) in CommandOptions()
1842 m_synchronicity = eScriptedCommandSynchronicitySynchronous; in OptionParsingStarting()
2034 { eScriptedCommandSynchronicitySynchronous, "synchronous", "Run synchronous"},
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2648 if (m_synch_wanted == eScriptedCommandSynchronicitySynchronous) in SynchronicityHandler()