Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/test/API/python_api/sbvalue_const_addrof/
H A Dmain.cpp16 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 DMessageObjects.h24 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 DMessageObjects.cpp59 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 DHexagonDYLDRendezvous.h50 struct ThreadInfo { struct
111 const ThreadInfo &GetThreadInfo();
206 ThreadInfo m_thread_info;
H A DHexagonDYLDRendezvous.cpp317 const HexagonDYLDRendezvous::ThreadInfo &
H A DDynamicLoaderHexagonDYLD.cpp563 const HexagonDYLDRendezvous::ThreadInfo &metadata = in GetThreadLocalData()
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h134 struct ThreadInfo { struct
190 const ThreadInfo &GetThreadInfo();
296 ThreadInfo m_thread_info;
H A DDYLDRendezvous.cpp736 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo()
H A DDynamicLoaderPOSIXDYLD.cpp749 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h13 namespace ThreadInfo {
H A DMachThreadList.h47 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
H A DMachThread.h30 #include "ThreadInfo.h"
117 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
H A DMachThreadList.cpp45 ThreadInfo::QoS MachThreadList::GetRequestedQoS(nub_thread_t tid, in GetRequestedQoS()
51 return ThreadInfo::QoS(); in GetRequestedQoS()
H A DMachThread.cpp17 #include "ThreadInfo.h"
736 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS()
738 ThreadInfo::QoS qos_value; in GetRequestedQoS()
H A DMachProcess.h240 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
H A DMachProcess.mm622 ThreadInfo::QoS MachProcess::GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h68 ThreadInfo, enumerator
/llvm-project/lldb/tools/debugserver/source/
H A DDNB.h203 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid,
H A DDNB.cpp52 #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 DRNBRemote.cpp5876 ThreadInfo::QoS requested_qos = DNBGetRequestedQoSForThread( in HandlePacket_jThreadExtendedInfo()
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp155 Entry::DefinitionWithChildren("info", EntryType::ThreadInfo,
325 ENUM_TO_CSTR(ThreadInfo); in TypeToCString()
1448 case Entry::Type::ThreadInfo: in Format()