Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h60 bool GetIdentifierInfo(nub_thread_t tid,
H A DMachThread.h130 bool GetIdentifierInfo();
H A DMachThread.cpp582 bool MachThread::GetIdentifierInfo() { in GetIdentifierInfo() function in MachThread
596 if (GetIdentifierInfo()) { in GetName()
H A DMachThreadList.cpp96 bool MachThreadList::GetIdentifierInfo( in GetIdentifierInfo() function in MachThreadList
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp918 return procSP->GetThreadList().GetIdentifierInfo(tid, ident_info); in DNBThreadGetIdentifierInfo()