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

Declarations

tools/lldb/include/lldb/Target/Thread.h
 1212   lldb::StackFrameListSP GetStackFrameList();

References

tools/lldb/include/lldb/Target/Thread.h
  392     return GetStackFrameList()->GetNumFrames();
  396     return GetStackFrameList()->GetFrameAtIndex(idx);
  403     return GetStackFrameList()->DecrementCurrentInlinedDepth();
  407     return GetStackFrameList()->GetCurrentInlinedDepth();
  423       return GetStackFrameList()->GetFrameWithStackID(stack_id);
  428     return GetStackFrameList()->GetSelectedFrameIndex();
  442     GetStackFrameList()->SetDefaultFileAndLineToSelectedFrame();
tools/lldb/source/Target/StackFrame.cpp
  176     return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex(
tools/lldb/source/Target/Thread.cpp
  210       frame_sp = thread_sp->GetStackFrameList()->GetFrameWithStackID(
  298   StackFrameListSP stack_frame_list_sp(GetStackFrameList());
  307   uint32_t ret_value = GetStackFrameList()->SetSelectedFrame(frame);
  315   StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx));
  317     GetStackFrameList()->SetSelectedFrame(frame_sp.get());
  559   GetStackFrameList()->SetCurrentInlinedDepth(
  773   GetStackFrameList()->CalculateCurrentInlinedDepth();
 1621   return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx);
 1845   return GetStackFrameList()->GetStackFrameSPForStackFramePtr(stack_frame_ptr);
 1939     num_frames_shown = GetStackFrameList()->GetStatus(
 2040   return GetStackFrameList()->GetStatus(