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

References

tools/lldb/source/DataFormatters/StringPrinter.cpp
  423   if (process_sp.get() == nullptr || options.GetLocation() == 0)
  444       options.GetLocation(), (char *)buffer_sp->GetBytes(), size, my_error);
  520   if (options.GetLocation() == 0 ||
  521       options.GetLocation() == LLDB_INVALID_ADDRESS)
  567     process_sp->ReadStringFromMemory(options.GetLocation(), buffer,
  570     process_sp->ReadMemoryFromInferior(options.GetLocation(),