Searched refs:ScriptedThreadPlanPythonInterface (Results 1 – 4 of 4) sorted by relevance
29 ScriptedThreadPlanPythonInterface::ScriptedThreadPlanPythonInterface( in ScriptedThreadPlanPythonInterface() function in ScriptedThreadPlanPythonInterface34 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()
32 ScriptedThreadPlanPythonInterface::Initialize(); in Initialize()40 ScriptedThreadPlanPythonInterface::Terminate(); in Terminate()
22 class ScriptedThreadPlanPythonInterface : public ScriptedThreadPlanInterface,26 ScriptedThreadPlanPythonInterface(ScriptInterpreterPythonImpl &interpreter);
1560 return std::make_shared<ScriptedThreadPlanPythonInterface>(*this); in CreateScriptedThreadPlanInterface()