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

References

tools/lldb/source/API/SBFrame.cpp
  832       frame = exe_ctx.GetFramePtr();
  833       if (frame) {
  836         variable_list = frame->GetVariableList(true);
  869                   if (in_scope_only && !variable_sp->IsInScope(frame))
  872                   ValueObjectSP valobj_sp(frame->GetValueObjectForFrameVariable(
  888           auto recognized_frame = frame->GetRecognizedFrame();