Home
last modified time | relevance | path

Searched refs:AppendBytesToCache (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp270 void Communication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache() function in Communication
324 comm->AppendBytesToCache(buf, bytes_read, true, status); in ReadThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h340 virtual void AppendBytesToCache(const uint8_t *src, size_t src_len,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h212 void AppendBytesToCache(const uint8_t *bytes, size_t len, bool broadcast,
H A DGDBRemoteCommunication.cpp1288 void GDBRemoteCommunication::AppendBytesToCache(const uint8_t *bytes, in AppendBytesToCache() function in GDBRemoteCommunication