10 #ifndef LLDB_SBQueueItem_h_
11 #define LLDB_SBQueueItem_h_
22 SBQueueItem(
const lldb::QueueItemSP &queue_item_sp);
30 lldb::QueueItemKind GetKind()
const;
32 void SetKind(lldb::QueueItemKind kind);
38 void SetQueueItem(
const lldb::QueueItemSP &queue_item_sp);
40 SBThread GetExtendedBacktraceThread(
const char *type);
43 lldb::QueueItemSP m_queue_item_sp;
48 #endif // LLDB_SBQueueItem_h_
class LLDB_API SBQueueItem