Home
last modified time | relevance | path

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

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