reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/StackFrame.h
  384   uint32_t GetFrameIndex() const;

References

tools/lldb/source/API/SBFrame.cpp
  309     frame_idx = frame->GetFrameIndex();
tools/lldb/source/API/SBThread.cpp
  769       eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status));
  885           "frame %u doesn't have debug information", frame_sp->GetFrameIndex());
  948           frame_sp->GetFrameIndex(), new_plan_status));
tools/lldb/source/Commands/CommandObjectTarget.cpp
  938                   frame->GetFrameIndex());
tools/lldb/source/Commands/CommandObjectThread.cpp
 1639     uint32_t frame_idx = frame_sp->GetFrameIndex();
tools/lldb/source/Core/FormatEntity.cpp
 1407         s.Printf(format, frame->GetFrameIndex());
tools/lldb/source/Core/IOHandler.cpp
 3747                         frame->GetFrameIndex(),
 3865         const uint32_t frame_idx = frame_sp->GetFrameIndex();
tools/lldb/source/Expression/DWARFExpression.cpp
  783   uint32_t current_frame_idx = current_frame->GetFrameIndex();
tools/lldb/source/Target/StackFrameList.cpp
  719     if (frame_sp->GetFrameIndex() == unwind_idx)
tools/lldb/source/Target/Thread.cpp
 1650   uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1;