Home
last modified time | relevance | path

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 DMachThread.cpp668 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 DMachThreadList.h54 uint64_t plo_pthread_tsd_base_offset,
H A DMachThread.h121 uint64_t plo_pthread_tsd_base_offset,
H A DMachThreadList.cpp70 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 DMachProcess.h241 uint64_t plo_pthread_tsd_base_offset,
H A DMachProcess.mm626 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 DSystemRuntimeMacOSX.h217 uint16_t plo_pthread_tsd_base_offset = UINT16_MAX; member
H A DSystemRuntimeMacOSX.cpp202 m_libpthread_offsets.plo_pthread_tsd_base_offset); in AddThreadExtendedInfoPacketHints()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h211 uint64_t plo_pthread_tsd_base_offset,
H A DDNB.cpp1007 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 DRNBRemote.cpp5624 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 Dlldb-gdb-remote.txt1840 // jThreadExtendedInfo:{"plo_pthread_tsd_base_address_offset":0,"plo_pthread_tsd_base_offset":224…