Lines Matching defs:ThreadPlanStepOut
1 //===-- ThreadPlanStepOut.cpp ---------------------------------------------===//
9 #include "lldb/Target/ThreadPlanStepOut.h"
32 uint32_t ThreadPlanStepOut::s_default_flag_values = 0;
34 // ThreadPlanStepOut: Step out of the current frame
35 ThreadPlanStepOut::ThreadPlanStepOut(
86 m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>(
89 static_cast<ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get())
129 LLDB_LOGF(log, "ThreadPlanStepOut(%p): Return address (0x%" PRIx64
136 LLDB_LOGF(log, "ThreadPlanStepOut(%p): %s", static_cast<void *>(this),
162 void ThreadPlanStepOut::SetupAvoidNoDebug(
182 void ThreadPlanStepOut::DidPush() {
190 ThreadPlanStepOut::~ThreadPlanStepOut() {
195 void ThreadPlanStepOut::GetDescription(Stream *s,
241 bool ThreadPlanStepOut::ValidatePlan(Stream *error) {
269 bool ThreadPlanStepOut::DoPlanExplainsStop(Event *event_ptr) {
337 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) {
388 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; }
390 StateType ThreadPlanStepOut::GetPlanRunState() { return eStateRunning; }
392 bool ThreadPlanStepOut::DoWillResume(StateType resume_state,
408 bool ThreadPlanStepOut::WillStop() {
418 bool ThreadPlanStepOut::MischiefManaged() {
442 bool ThreadPlanStepOut::QueueInlinedStepPlan(bool queue_now) {
503 void ThreadPlanStepOut::CalculateReturnValue() {
523 bool ThreadPlanStepOut::IsPlanStale() {