Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/sbvalue_const_addrof/
H A Dmain.cpp16 struct ThreadInfo { struct
20 ThreadInfo *next; argument
/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h59 struct ThreadInfo { struct
60 bool valid; // whether we read valid metadata
61 uint32_t dtv_offset; // offset of DTV pointer within pthread
62 uint32_t dtv_slot_size; // size of one DTV slot
63 uint32_t modid_offset; // offset of module ID within link_map
64 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/Core/
H A DFormatEntity.h69 ThreadInfo, enumerator