reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
518 assert(options.GetStream() && "need a Stream to print the string to"); 520 if (options.GetLocation() == 0 || 521 options.GetLocation() == LLDB_INVALID_ADDRESS) 524 lldb::ProcessSP process_sp(options.GetProcessSP()); 537 if (!options.GetStream()) 540 uint32_t sourceSize = options.GetSourceSize(); 541 bool needs_zero_terminator = options.GetNeedsZeroTermination(); 549 } else if (!options.GetIgnoreMaxLength()) { 567 process_sp->ReadStringFromMemory(options.GetLocation(), buffer, 570 process_sp->ReadMemoryFromInferior(options.GetLocation(), 575 options.GetStream()->Printf("unable to read data"); 582 StringPrinter::ReadBufferAndDumpToStreamOptions dump_options(options);