Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h25 virtual StructuredData::ArraySP GetThreadInfo() { return {}; } in GetThreadInfo() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.h42 StructuredData::ArraySP GetThreadInfo() override;
H A DOperatingSystemPythonInterface.cpp57 StructuredData::ArraySP OperatingSystemPythonInterface::GetThreadInfo() { in GetThreadInfo()
54 StructuredData::ArraySP OperatingSystemPythonInterface::GetThreadInfo() { GetThreadInfo() function in OperatingSystemPythonInterface
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h37 const char *GetThreadInfo(nub_thread_t tid) const;
H A DMachProcess.h298 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.mm1243 const char *MachProcess::GetThreadInfo(nub_thread_t tid) const { function
1244 return m_thread_list.GetThreadInfo(tid);
/llvm-project/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.cpp564 m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h190 const ThreadInfo &GetThreadInfo();
H A DDYLDRendezvous.cpp736 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo() function in DYLDRendezvous
H A DDynamicLoaderPOSIXDYLD.cpp749 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp181 m_operating_system_interface_sp->GetThreadInfo(); in UpdateThreadList()
/llvm-project/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.cpp1460 return procSP->GetThreadInfo(tid); in DNBProcessGetThreadAtIndex()