| /llvm-project-15.0.7/lldb/test/API/python_api/sbvalue_const_addrof/ |
| H A D | main.cpp | 16 struct ThreadInfo { struct 20 ThreadInfo *next; argument 24 ThreadInfo g_thread2 = { 0x2222, "thread2", { 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, (uintptr_t)&m… 25 ThreadInfo g_thread1 = { 0x1111, "thread1", { 0x1000, 0x1001, 0x1002, 0x1003, 0x1004, (uintptr_t)&m… 26 ThreadInfo *g_thread_list_ptr = &g_thread1;
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.h | 24 class ThreadInfo; variable 25 typedef llvm::DenseMap<uint64_t, ThreadInfo> ThreadInfoMap; 50 class ThreadInfo { 52 ThreadInfo() = default; 53 ThreadInfo(llvm::StringRef name, llvm::StringRef reason,
|
| H A D | MessageObjects.cpp | 59 ThreadInfo::ThreadInfo(StringRef name, StringRef reason, RegisterMap registers, in ThreadInfo() function in llgs_tests::ThreadInfo 64 const RegisterValue *ThreadInfo::ReadRegister(unsigned int Id) const { in ReadRegister() 128 ThreadInfo(name, reason, std::move(*RegsOr), signal); in create()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.h | 50 struct ThreadInfo { struct 111 const ThreadInfo &GetThreadInfo(); 206 ThreadInfo m_thread_info;
|
| H A D | HexagonDYLDRendezvous.cpp | 319 const HexagonDYLDRendezvous::ThreadInfo &
|
| H A D | DynamicLoaderHexagonDYLD.cpp | 567 const HexagonDYLDRendezvous::ThreadInfo &metadata = in GetThreadLocalData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 59 struct ThreadInfo { struct 115 const ThreadInfo &GetThreadInfo(); 214 ThreadInfo m_thread_info;
|
| H A D | DYLDRendezvous.cpp | 616 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo()
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 732 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | ThreadInfo.h | 13 namespace ThreadInfo {
|
| H A D | MachThreadList.h | 47 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
| H A D | MachThread.h | 116 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
|
| H A D | MachThreadList.cpp | 45 ThreadInfo::QoS MachThreadList::GetRequestedQoS(nub_thread_t tid, in GetRequestedQoS() 51 return ThreadInfo::QoS(); in GetRequestedQoS()
|
| H A D | MachThread.cpp | 730 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS() 732 ThreadInfo::QoS qos_value; in GetRequestedQoS()
|
| H A D | MachProcess.h | 233 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
| H A D | MachProcess.mm | 609 ThreadInfo::QoS MachProcess::GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 69 ThreadInfo, enumerator
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.h | 202 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid,
|
| H A D | DNB.cpp | 970 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid, in DNBGetRequestedQoSForThread() 977 return ThreadInfo::QoS(); in DNBGetRequestedQoSForThread()
|
| H A D | RNBRemote.cpp | 5817 ThreadInfo::QoS requested_qos = DNBGetRequestedQoSForThread( in HandlePacket_jThreadExtendedInfo()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 154 Entry::DefinitionWithChildren("info", EntryType::ThreadInfo, 329 ENUM_TO_CSTR(ThreadInfo); in TypeToCString() 1331 case Entry::Type::ThreadInfo: in Format()
|