Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp399 const char *end_of_this_word = next_compression_name; in GetRemoteQSupported() local
402 end_of_this_word = end_of_compressions; in GetRemoteQSupported()
405 if (end_of_this_word) { in GetRemoteQSupported()
406 if (end_of_this_word == current_compression) { in GetRemoteQSupported()
410 current_compression, end_of_this_word - current_compression); in GetRemoteQSupported()
412 current_compression = end_of_this_word + 1; in GetRemoteQSupported()