Home
last modified time | relevance | path

Searched refs:GetFrameIndex (Results 1 – 9 of 9) sorted by relevance

/external/lldb/include/lldb/Target/
DStackFrame.h133 GetFrameIndex () const;
/external/lldb/source/API/
DSBThread.cpp706 frame_sp->GetFrameIndex())); in StepOutOfFrame()
823 …ror.SetErrorStringWithFormat("frame %u doesn't have debug information", frame_sp->GetFrameIndex()); in StepOverUntil()
900 frame_sp->GetFrameIndex())); in StepOverUntil()
DSBFrame.cpp437 frame_idx = frame->GetFrameIndex (); in GetFrameID()
/external/lldb/source/Target/
DStackFrameList.cpp591 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
DStackFrame.cpp203 StackFrame::GetFrameIndex () const in GetFrameIndex() function in StackFrame
DThread.cpp1668 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1; in ReturnFromFrame()
/external/lldb/source/Commands/
DCommandObjectThread.cpp1406 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
DCommandObjectTarget.cpp873 … result.AppendErrorWithFormat ("no debug information for frame %u\n", frame->GetFrameIndex()); in DoExecute()
/external/lldb/source/Core/
DDebugger.cpp2113 s.Printf("%u", frame->GetFrameIndex()); in FormatPromptRecurse()