/llvm-project/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/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() 132 ThreadInfo(name, reason, std::move(*RegsOr), signal); in create()
|
/llvm-project/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 | 317 const HexagonDYLDRendezvous::ThreadInfo &
|
H A D | DynamicLoaderHexagonDYLD.cpp | 563 const HexagonDYLDRendezvous::ThreadInfo &metadata = in GetThreadLocalData()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.h | 134 struct ThreadInfo { struct 190 const ThreadInfo &GetThreadInfo(); 296 ThreadInfo m_thread_info;
|
H A D | DYLDRendezvous.cpp | 736 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo()
|
H A D | DynamicLoaderPOSIXDYLD.cpp | 749 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
|
/llvm-project/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 | 30 #include "ThreadInfo.h" 117 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 | 17 #include "ThreadInfo.h" 736 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS() 738 ThreadInfo::QoS qos_value; in GetRequestedQoS()
|
H A D | MachProcess.h | 240 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
H A D | MachProcess.mm | 622 ThreadInfo::QoS MachProcess::GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 68 ThreadInfo, enumerator
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNB.h | 203 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid,
|
H A D | DNB.cpp | 52 #include "MacOSX/ThreadInfo.h" 1033 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid, in DNBGetRequestedQoSForThread() 1040 return ThreadInfo::QoS(); in DNBGetPThreadT()
|
H A D | RNBRemote.cpp | 5876 ThreadInfo::QoS requested_qos = DNBGetRequestedQoSForThread( in HandlePacket_jThreadExtendedInfo()
|
/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 155 Entry::DefinitionWithChildren("info", EntryType::ThreadInfo, 325 ENUM_TO_CSTR(ThreadInfo); in TypeToCString() 1448 case Entry::Type::ThreadInfo: in Format()
|