Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3150 std::vector<uint8_t> buf_quoted; in HandlePacket_x() local
3151 buf_quoted.reserve(bytes_read + 30); in HandlePacket_x()
3154 buf_quoted.push_back(0x7d); in HandlePacket_x()
3155 buf_quoted.push_back(buf[i] ^ 0x20); in HandlePacket_x()
3157 buf_quoted.push_back(buf[i]); in HandlePacket_x()
3160 length = buf_quoted.size(); in HandlePacket_x()
3164 ostrm << buf_quoted[i]; in HandlePacket_x()