Searched refs:AppendBytesToCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Communication.cpp | 258 void Communication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache() function in Communication 313 comm->AppendBytesToCache(buf, bytes_read, true, status); in ReadThread() 317 comm->AppendBytesToCache(buf, bytes_read, true, status); in ReadThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Communication.h | 378 virtual void AppendBytesToCache(const uint8_t *src, size_t src_len,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 209 void AppendBytesToCache(const uint8_t *bytes, size_t len, bool broadcast,
|
| H A D | GDBRemoteCommunication.cpp | 1327 void GDBRemoteCommunication::AppendBytesToCache(const uint8_t *bytes, in AppendBytesToCache() function in GDBRemoteCommunication
|