Home
last modified time | relevance | path

Searched refs:GetScriptedThreadPluginName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h74 virtual std::optional<std::string> GetScriptedThreadPluginName() { in GetScriptedThreadPluginName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.h71 std::optional<std::string> GetScriptedThreadPluginName() override;
H A DScriptedProcessPythonInterface.cpp188 ScriptedProcessPythonInterface::GetScriptedThreadPluginName() { in GetScriptedThreadPluginName() function in ScriptedProcessPythonInterface
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp50 process.GetInterface().GetScriptedThreadPluginName(); in Create()