9#ifndef LLDB_API_SBQUEUEITEM_H
10#define LLDB_API_SBQUEUEITEM_H
27 explicit operator bool()
const;
uint32_t GetKind(uint32_t data)
Return the type kind encoded in the given data.
lldb::QueueItemSP m_queue_item_sp
SBThread GetExtendedBacktraceThread(const char *type)
lldb::SBAddress GetAddress() const
void SetQueueItem(const lldb::QueueItemSP &queue_item_sp)
void SetKind(lldb::QueueItemKind kind)
void SetAddress(lldb::SBAddress addr)
A class that represents a running process on the host machine.
QueueItemKind
Queue work item types.
std::shared_ptr< lldb_private::QueueItem > QueueItemSP