Home
last modified time | relevance | path

Searched refs:m_queue_kind (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp40 m_dispatch_queue_t(LLDB_INVALID_ADDRESS), m_queue_kind(eQueueKindUnknown), in ThreadGDBRemote()
64 m_queue_kind = eQueueKindUnknown; in ClearQueueInfo()
75 m_queue_kind = queue_kind; in SetQueueInfo()
121 return m_queue_kind; in GetQueueKind()
133 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
134 return m_queue_kind; in GetQueueKind()
203 m_queue_kind != eQueueKindUnknown && m_queue_serial_number != 0; in ThreadHasQueueInformation()
H A DThreadGDBRemote.h99 m_queue_kind; // Queue info from stop reply/stop info for thread variable
109 return m_queue_kind != lldb::eQueueKindUnknown; in CachedQueueInfoIsValid()