Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp836 bool send_hex_encoding = false; in SendEnvironmentPacket() local
837 for (const char *p = name_equal_value; *p != '\0' && !send_hex_encoding; in SendEnvironmentPacket()
845 send_hex_encoding = true; in SendEnvironmentPacket()
852 send_hex_encoding = true; in SendEnvironmentPacket()
857 if (send_hex_encoding) { in SendEnvironmentPacket()