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

References

tools/lldb/source/Target/StackFrame.cpp
 1446   if (!pointee) {
 1450   if (offset >= 0 && uint64_t(offset) >= pointee->GetByteSize()) {
 1451     int64_t index = offset / pointee->GetByteSize();
 1452     offset = offset % pointee->GetByteSize();
 1454     pointee = base->GetSyntheticArrayMember(index, can_create);
 1457   if (!pointee || error.Fail()) {
 1461   return GetValueForOffset(frame, pointee, offset);