Searched refs:plo_pthread_tsd_base_offset (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThread.cpp | 668 uint64_t plo_pthread_tsd_base_offset, in GetTSDAddressForThread() argument 672 if (plo_pthread_tsd_base_offset != 0 && in GetTSDAddressForThread() 673 plo_pthread_tsd_base_offset != INVALID_NUB_ADDRESS) { in GetTSDAddressForThread() 674 tsd_addr = pthread_t_value + plo_pthread_tsd_base_offset; in GetTSDAddressForThread()
|
H A D | MachThreadList.h | 54 uint64_t plo_pthread_tsd_base_offset,
|
H A D | MachThread.h | 121 uint64_t plo_pthread_tsd_base_offset,
|
H A D | MachThreadList.cpp | 70 uint64_t plo_pthread_tsd_base_offset, uint64_t plo_pthread_tsd_entry_size) { in GetTSDAddressForThread() argument 74 plo_pthread_tsd_base_address_offset, plo_pthread_tsd_base_offset, in GetTSDAddressForThread()
|
H A D | MachProcess.h | 241 uint64_t plo_pthread_tsd_base_offset,
|
H A D | MachProcess.mm | 626 uint64_t plo_pthread_tsd_base_offset, uint64_t plo_pthread_tsd_entry_size) { 628 tid, plo_pthread_tsd_base_address_offset, plo_pthread_tsd_base_offset,
|
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.h | 217 uint16_t plo_pthread_tsd_base_offset = UINT16_MAX; member
|
H A D | SystemRuntimeMacOSX.cpp | 202 m_libpthread_offsets.plo_pthread_tsd_base_offset); in AddThreadExtendedInfoPacketHints()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNB.h | 211 uint64_t plo_pthread_tsd_base_offset,
|
H A D | DNB.cpp | 1007 uint64_t plo_pthread_tsd_base_offset, in DNBGetTSDAddressForThread() argument 1012 tid, plo_pthread_tsd_base_address_offset, plo_pthread_tsd_base_offset, in DNBGetTSDAddressForThread()
|
H A D | RNBRemote.cpp | 5624 uint64_t plo_pthread_tsd_base_offset = in HandlePacket_jThreadExtendedInfo() local 5638 plo_pthread_tsd_base_offset != INVALID_NUB_ADDRESS && in HandlePacket_jThreadExtendedInfo() 5642 plo_pthread_tsd_base_offset, plo_pthread_tsd_entry_size); in HandlePacket_jThreadExtendedInfo()
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | lldb-gdb-remote.txt | 1840 // jThreadExtendedInfo:{"plo_pthread_tsd_base_address_offset":0,"plo_pthread_tsd_base_offset":224…
|