Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp843 bool send_hex_encoding = false; in SendEnvironmentPacket() local
844 for (const char *p = name_equal_value; *p != '\0' && !send_hex_encoding; in SendEnvironmentPacket()
852 send_hex_encoding = true; in SendEnvironmentPacket()
859 send_hex_encoding = true; in SendEnvironmentPacket()
864 if (send_hex_encoding) { in SendEnvironmentPacket()