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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1225       !json_dict->GetValueForKeyAsInteger("buffersize", byte_count))
 1231   std::unique_ptr<uint8_t[]> buffer (new (std::nothrow) uint8_t[byte_count]);
 1237   llvm::MutableArrayRef<uint8_t> buf(buffer.get(), byte_count);