Searched refs:ThreadPlanStepOut (Results 1 – 7 of 7) sorted by relevance
32 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;35 ThreadPlanStepOut::ThreadPlanStepOut( in ThreadPlanStepOut() function in ThreadPlanStepOut162 void ThreadPlanStepOut::SetupAvoidNoDebug( in SetupAvoidNoDebug()182 void ThreadPlanStepOut::DidPush() { in DidPush()190 ThreadPlanStepOut::~ThreadPlanStepOut() { in ~ThreadPlanStepOut()195 void ThreadPlanStepOut::GetDescription(Stream *s, in GetDescription()241 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan()408 bool ThreadPlanStepOut::WillStop() { in WillStop()418 bool ThreadPlanStepOut::MischiefManaged() { in MischiefManaged()503 void ThreadPlanStepOut::CalculateReturnValue() { in CalculateReturnValue()[all …]
1308 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut()1322 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop()1327 ThreadPlanStepOut *new_plan = in QueueThreadPlanForStepOutNoShouldStop()1328 static_cast<ThreadPlanStepOut *>(thread_plan_sp.get()); in QueueThreadPlanForStepOutNoShouldStop()
18 class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {20 ThreadPlanStepOut(Thread &thread, SymbolContext *addr_context,27 ~ThreadPlanStepOut() override;45 GetFlags().Set(ThreadPlanStepOut::s_default_flag_values); in SetFlagsToDefault()89 ThreadPlanStepOut(const ThreadPlanStepOut &) = delete;90 const ThreadPlanStepOut &operator=(const ThreadPlanStepOut &) = delete;
245 : ThreadPlanStepOut(thread, nullptr, true /* first instruction */, false, in AppleThreadPlanStepThroughDirectDispatch()310 if (ThreadPlanStepOut::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()354 ThreadPlanStepOut::DoWillResume(resume_state, current_plan); in DoWillResume()364 const bool step_out_should_stop = ThreadPlanStepOut::ShouldStop(event_ptr); in ShouldStop()427 return ThreadPlanStepOut::MischiefManaged(); in MischiefManaged()
83 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
239 class ThreadPlanStepOut; variable
665 SRCS+= Target/ThreadPlanStepOut.cpp