Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp378 const char *pThreadName = rThread.GetName(); in MIResponseFormThreadInfo() local
380 (pThreadName != nullptr) ? CMIUtilString(pThreadName).length() : 0; in MIResponseFormThreadInfo()
381 const bool bHaveName = ((pThreadName != nullptr) && (len > 0) && (len < 32) && in MIResponseFormThreadInfo()
383 pThreadName)); // 32 is arbitrary number in MIResponseFormThreadInfo()
387 strThread = CMIUtilString::Format(pThrdFmt, pThreadName); in MIResponseFormThreadInfo()