Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp29 ScriptedThreadPlanPythonInterface::ScriptedThreadPlanPythonInterface( in ScriptedThreadPlanPythonInterface() function in ScriptedThreadPlanPythonInterface
34 ScriptedThreadPlanPythonInterface::CreatePluginObject( in CreatePluginObject()
42 ScriptedThreadPlanPythonInterface::ExplainsStop(Event *event) { in ExplainsStop()
57 ScriptedThreadPlanPythonInterface::ShouldStop(Event *event) { in ShouldStop()
71 llvm::Expected<bool> ScriptedThreadPlanPythonInterface::IsStale() { in IsStale()
85 lldb::StateType ScriptedThreadPlanPythonInterface::GetRunState() { in GetRunState()
98 ScriptedThreadPlanPythonInterface::GetStopDescription(lldb::StreamSP &stream) { in GetStopDescription()
108 void ScriptedThreadPlanPythonInterface::Initialize() { in Initialize()
119 void ScriptedThreadPlanPythonInterface::Terminate() { in Terminate()
H A DScriptInterpreterPythonInterfaces.cpp32 ScriptedThreadPlanPythonInterface::Initialize(); in Initialize()
40 ScriptedThreadPlanPythonInterface::Terminate(); in Terminate()
H A DScriptedThreadPlanPythonInterface.h22 class ScriptedThreadPlanPythonInterface : public ScriptedThreadPlanInterface,
26 ScriptedThreadPlanPythonInterface(ScriptInterpreterPythonImpl &interpreter);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1560 return std::make_shared<ScriptedThreadPlanPythonInterface>(*this); in CreateScriptedThreadPlanInterface()