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

Declarations

tools/lldb/include/lldb/Target/StackFrameList.h
   34   lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);

References

tools/lldb/include/lldb/Target/Thread.h
  396     return GetStackFrameList()->GetFrameAtIndex(idx);
tools/lldb/source/Target/StackFrameList.cpp
  717   StackFrameSP frame_sp(GetFrameAtIndex(frame_idx));
  721     frame_sp = GetFrameAtIndex(++frame_idx);
  749       frame_sp = GetFrameAtIndex(frame_idx);
  795   StackFrameSP frame_sp(GetFrameAtIndex(idx));
  806     StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex()));
  884   StackFrameSP prev_frame_zero_sp(prev_sp->GetFrameAtIndex(0));
  885   StackFrameSP curr_frame_zero_sp(curr_up->GetFrameAtIndex(0));
  970     frame_sp = GetFrameAtIndex(frame_idx);
tools/lldb/source/Target/Thread.cpp
  299   StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex(
  315   StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx));