Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp837 size_t thread_name_len = thread_name.length(); in PrepareStopReplyPacketForThread() local
839 if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) { in PrepareStopReplyPacketForThread()