Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2749 size_t thread_name_len = strlen(thread_name); in SendStopReplyPacketForThread() local
2751 if (::strcspn(thread_name, "$#+-;:") == thread_name_len) in SendStopReplyPacketForThread()
2757 for (size_t i = 0; i < thread_name_len; i++) in SendStopReplyPacketForThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp839 size_t thread_name_len = thread_name.length(); in PrepareStopReplyPacketForThread() local
841 if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) { in PrepareStopReplyPacketForThread()