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

References

tools/lldb/source/Expression/IRMemoryMap.cpp
  626   error.Clear();
  634       process_sp->ReadMemory(process_address, bytes, size, error);
  642       target_sp->ReadMemory(absolute_address, false, bytes, size, error);
  646     error.SetErrorToGenericError();
  647     error.SetErrorString("Couldn't read: no allocation contains the target "
  657     error.SetErrorToGenericError();
  658     error.SetErrorString("Couldn't read: data is not in the allocation");
  666     error.SetErrorToGenericError();
  667     error.SetErrorString("Couldn't read: invalid allocation policy");
  671       error.SetErrorToGenericError();
  672       error.SetErrorString("Couldn't read: data buffer is empty");
  676       error.SetErrorToGenericError();
  677       error.SetErrorString("Couldn't read: not enough underlying data");
  686       process_sp->ReadMemory(process_address, bytes, size, error);
  687       if (!error.Success())
  691         error.SetErrorToGenericError();
  692         error.SetErrorString("Couldn't read: data buffer is empty");
  701       process_sp->ReadMemory(process_address, bytes, size, error);
  702       if (!error.Success())