Home
last modified time | relevance | path

Searched refs:ReadFromConnection (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp169 return ReadFromConnection(dst, dst_len, timeout, status, error_ptr); in Read()
280 size_t Communication::ReadFromConnection(void *dst, size_t dst_len, in ReadFromConnection() function in Communication
310 size_t bytes_read = comm->ReadFromConnection( in ReadThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h354 size_t ReadFromConnection(void *dst, size_t dst_len,