Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h81 LoadScriptOptions &SetInitSession(bool b) { in SetInitSession() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1286 options.SetInitSession(true); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2085 LoadScriptOptions().SetInitSession(true).SetSilent(false); in LoadPluginModule()