Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/python_api/sbvalue_const_addrof/
H A Dmain.cpp16 struct ThreadInfo { struct
20 ThreadInfo *next; argument
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h50 struct ThreadInfo { struct
51 bool valid; // whether we read valid metadata
52 uint32_t dtv_offset; // offset of DTV pointer within pthread
53 uint32_t dtv_slot_size; // size of one DTV slot
54 uint32_t modid_offset; // offset of module ID within link_map
55 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h134 struct ThreadInfo { struct
135 bool valid; // whether we read valid metadata
136 uint32_t dtv_offset; // offset of DTV pointer within pthread
137 uint32_t dtv_slot_size; // size of one DTV slot
138 uint32_t modid_offset; // offset of module ID within link_map
139 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.h24 class ThreadInfo; variable
H A DMessageObjects.cpp59 ThreadInfo::ThreadInfo(StringRef name, StringRef reason, RegisterMap registers, in ThreadInfo() function in llgs_tests::ThreadInfo
/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h68 ThreadInfo, enumerator