Searched refs:ScriptedThreadPlanPythonInterface (Results 1 – 3 of 3) sorted by relevance
26 ScriptedThreadPlanPythonInterface::ScriptedThreadPlanPythonInterface( in ScriptedThreadPlanPythonInterface() function in ScriptedThreadPlanPythonInterface31 ScriptedThreadPlanPythonInterface::CreatePluginObject( in CreatePluginObject()39 ScriptedThreadPlanPythonInterface::ExplainsStop(Event *event) { in ExplainsStop()54 ScriptedThreadPlanPythonInterface::ShouldStop(Event *event) { in ShouldStop()68 llvm::Expected<bool> ScriptedThreadPlanPythonInterface::IsStale() { in IsStale()82 lldb::StateType ScriptedThreadPlanPythonInterface::GetRunState() { in GetRunState()95 ScriptedThreadPlanPythonInterface::GetStopDescription(lldb::StreamSP &stream) { in GetStopDescription()
21 class ScriptedThreadPlanPythonInterface : public ScriptedThreadPlanInterface,24 ScriptedThreadPlanPythonInterface(ScriptInterpreterPythonImpl &interpreter);
1543 return std::make_shared<ScriptedThreadPlanPythonInterface>(*this); in CreateScriptedThreadPlanInterface()