Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2753 size_t thread_name_len = strlen(thread_name); in SendStopReplyPacketForThread() local
2755 if (::strcspn(thread_name, "$#+-;:") == thread_name_len) in SendStopReplyPacketForThread()
2761 for (size_t i = 0; i < thread_name_len; i++) in SendStopReplyPacketForThread()
/openbsd-src/gnu/llvm/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()