Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h50 void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) override;
H A DThreadGDBRemote.cpp201 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress() function in ThreadGDBRemote
H A DProcessGDBRemote.cpp1681 gdb_thread->SetQueueLibdispatchQueueAddress(dispatch_queue_t); in SetThreadStopInfo()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h379 virtual void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) {} in SetQueueLibdispatchQueueAddress() function