Home
last modified time | relevance | path

Searched refs:GetQueueLibdispatchQueueAddress (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h48 lldb::addr_t GetQueueLibdispatchQueueAddress() override;
H A DThreadGDBRemote.cpp183 addr_t ThreadGDBRemote::GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress() function in ThreadGDBRemote
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp727 thread_sp->GetQueueLibdispatchQueueAddress()); in PopulateQueueList()
731 GetQueueKind(thread_sp->GetQueueLibdispatchQueueAddress())); in PopulateQueueList()
733 thread_sp->GetQueueLibdispatchQueueAddress()); in PopulateQueueList()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h374 virtual lldb::addr_t GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress() function