Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h37 const char *GetThreadInfo(nub_thread_t tid) const;
H A DMachProcess.h291 const char *GetThreadInfo(nub_thread_t tid) const;
H A DMachThreadList.cpp111 const char *MachThreadList::GetThreadInfo(nub_thread_t tid) const { in GetThreadInfo() function in MachThreadList
H A DMachProcess.mm1289 const char *MachProcess::GetThreadInfo(nub_thread_t tid) const { function
1290 return m_thread_list.GetThreadInfo(tid);
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h111 const ThreadInfo &GetThreadInfo();
H A DHexagonDYLDRendezvous.cpp318 HexagonDYLDRendezvous::GetThreadInfo() { in GetThreadInfo() function in HexagonDYLDRendezvous
H A DDynamicLoaderHexagonDYLD.cpp568 m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h115 const ThreadInfo &GetThreadInfo();
H A DDYLDRendezvous.cpp623 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo() function in DYLDRendezvous
H A DDynamicLoaderPOSIXDYLD.cpp743 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog1045 * MachProcess.cpp (MachProcess::GetThreadInfo): New function.
1046 * MachProcess.h (MachProcess::GetThreadInfo): New prototype.
1047 * MachThreadList.cpp (MachThreadList::GetThreadInfo): New function.
1048 * MachThreadList.h (MachThreadList::GetThreadInfo): New prototype.
H A DDNB.cpp1406 return procSP->GetThreadInfo(tid); in DNBThreadGetInfo()