Home
last modified time | relevance | path

Searched refs:plo_pthread_tsd_base_offset (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.h219 uint16_t plo_pthread_tsd_base_offset; member
224 : plo_version(UINT16_MAX), plo_pthread_tsd_base_offset(UINT16_MAX), in LibpthreadOffsets()
DSystemRuntimeMacOSX.cpp201 m_libpthread_offsets.plo_pthread_tsd_base_offset); in AddThreadExtendedInfoPacketHints()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
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()
DMachThreadList.h54 uint64_t plo_pthread_tsd_base_offset,
DMachThread.h121 uint64_t plo_pthread_tsd_base_offset,
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()
DMachProcess.h233 uint64_t plo_pthread_tsd_base_offset,
DMachProcess.mm611 uint64_t plo_pthread_tsd_base_offset, uint64_t plo_pthread_tsd_entry_size) {
613 tid, plo_pthread_tsd_base_address_offset, plo_pthread_tsd_base_offset,
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.h208 uint64_t plo_pthread_tsd_base_offset,
DDNB.cpp990 uint64_t plo_pthread_tsd_base_offset, in DNBGetTSDAddressForThread() argument
995 tid, plo_pthread_tsd_base_address_offset, plo_pthread_tsd_base_offset, in DNBGetTSDAddressForThread()
DRNBRemote.cpp5705 uint64_t plo_pthread_tsd_base_offset = in HandlePacket_jThreadExtendedInfo() local
5719 plo_pthread_tsd_base_offset != INVALID_NUB_ADDRESS && in HandlePacket_jThreadExtendedInfo()
5723 plo_pthread_tsd_base_offset, plo_pthread_tsd_entry_size); in HandlePacket_jThreadExtendedInfo()
/external/llvm-project/lldb/docs/
Dlldb-gdb-remote.txt1672 // jThreadExtendedInfo:{"plo_pthread_tsd_base_address_offset":0,"plo_pthread_tsd_base_offset":224…