Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp841 bool send_hex_encoding = false; in SendEnvironmentPacket() local
842 for (const char *p = name_equal_value; *p != '\0' && !send_hex_encoding; in SendEnvironmentPacket()
850 send_hex_encoding = true; in SendEnvironmentPacket()
857 send_hex_encoding = true; in SendEnvironmentPacket()
862 if (send_hex_encoding) { in SendEnvironmentPacket()