Home
last modified time | relevance | path

Searched refs:synchronicity (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h419 ScriptedCommandSynchronicity synchronicity, in RunScriptBasedCommand() argument
428 ScriptedCommandSynchronicity synchronicity, in RunScriptBasedCommand() argument
436 ScriptedCommandSynchronicity synchronicity, in RunScriptBasedParsedCommand() argument
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPythonImpl.h152 ScriptedCommandSynchronicity synchronicity,
159 ScriptedCommandSynchronicity synchronicity,
165 ScriptedCommandSynchronicity synchronicity,
HDScriptInterpreterPython.cpp2572 ScriptedCommandSynchronicity synchronicity, in RunScriptBasedCommand() argument
2598 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2617 ScriptedCommandSynchronicity synchronicity, in RunScriptBasedCommand() argument
2643 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2662 ScriptedCommandSynchronicity synchronicity, in RunScriptBasedParsedCommand() argument
2688 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedParsedCommand()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDOptions.td815 def script_add_synchronicity : Option<"synchronicity", "s">,
817 Desc<"Set the synchronicity of this command's executions with regard to "