Searched refs:ScriptedThreadPlan (Results 1 – 5 of 5) sorted by relevance
27 ScriptedThreadPlan::ScriptedThreadPlan(Thread &thread, const char *class_name, in ScriptedThreadPlan() function in ScriptedThreadPlan58 bool ScriptedThreadPlan::ValidatePlan(Stream *error) { in ValidatePlan()73 ScriptInterpreter *ScriptedThreadPlan::GetScriptInterpreter() { in GetScriptInterpreter()77 void ScriptedThreadPlan::DidPush() { in DidPush()92 bool ScriptedThreadPlan::ShouldStop(Event *event_ptr) { in ShouldStop()110 bool ScriptedThreadPlan::IsPlanStale() { in IsPlanStale()128 bool ScriptedThreadPlan::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()147 bool ScriptedThreadPlan::MischiefManaged() { in MischiefManaged()165 lldb::StateType ScriptedThreadPlan::GetPlanRunState() { in GetPlanRunState()175 void ScriptedThreadPlan::GetDescription(Stream *s, in GetDescription()[all …]
1413 ThreadPlanSP thread_plan_sp(new ScriptedThreadPlan( in QueueThreadPlanForStepScripted()
29 class ScriptedThreadPlan : public ThreadPlan {31 ScriptedThreadPlan(Thread &thread, const char *class_name,71 ScriptedThreadPlan(const ScriptedThreadPlan &) = delete;72 const ScriptedThreadPlan &operator=(const ScriptedThreadPlan &) = delete;
69 m_opaque_wp = std::make_shared<ScriptedThreadPlan>(*thread, class_name, in SBThreadPlan()79 m_opaque_wp = std::make_shared<ScriptedThreadPlan>(*thread, class_name, in SBThreadPlan()
676 SRCS+= Target/ScriptedThreadPlan.cpp