Home
last modified time | relevance | path

Searched refs:cur_frame_sp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp131 StackFrameSP cur_frame_sp = thread.GetStackFrameAtIndex(0); in ShouldStop() local
132 if (!cur_frame_sp) { in ShouldStop()
140 StackID cur_frame_zero_id = cur_frame_sp->GetStackID(); in ShouldStop()
165 if (cur_frame_sp->IsInlined()) { in ShouldStop()
171 cur_frame_sp->GetConcreteFrameIndex()) { in ShouldStop()
DTarget.cpp2639 lldb::StackFrameSP cur_frame_sp = cur_thread_sp->GetStackFrameAtIndex(0); in RunStopHooks() local
2641 cur_frame_sp.get()); in RunStopHooks()