Searched refs:ThreadPlanStepOut (Results 1 – 5 of 5) sorted by relevance
30 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;35 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut151 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()171 void ThreadPlanStepOut::DidPush() { in DidPush()178 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()183 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()226 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan()389 bool ThreadPlanStepOut::WillStop() { in WillStop()400 bool ThreadPlanStepOut::MischiefManaged() { in MischiefManaged()483 void ThreadPlanStepOut::CalculateReturnValue() { in CalculateReturnValue()[all …]
1445 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut()1459 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop()1463 ThreadPlanStepOut *new_plan = in QueueThreadPlanForStepOutNoShouldStop()1464 static_cast<ThreadPlanStepOut *>(thread_plan_sp.get()); in QueueThreadPlanForStepOutNoShouldStop()
19 class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {21 ThreadPlanStepOut(Thread &thread, SymbolContext *addr_context,28 ~ThreadPlanStepOut() override;46 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()88 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepOut);
259 class ThreadPlanStepOut; variable
566 SRCS+= Target/ThreadPlanStepOut.cpp