Searched refs:SendHexEncodedBytePacket (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBRemote.h225 rnb_err_t SendHexEncodedBytePacket (const char *header, const void *buf, size_t buf_len, const char *footer);
H A DRNBRemote.cpp250 RNBRemote::SendHexEncodedBytePacket (const char *header, const void *buf, size_t buf_len, const char *footer) function in class:RNBRemote
274 return SendHexEncodedBytePacket("O", buf, buf_size, NULL);
282 return SendHexEncodedBytePacket("O", buf, buf_size, NULL);
1483 return SendHexEncodedBytePacket(NULL, threadInfo, strlen(threadInfo), NULL);

Completed in 1108 milliseconds