diff options
Diffstat (limited to 'lldb/source/Target/QueueItem.cpp')
| -rw-r--r-- | lldb/source/Target/QueueItem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Target/QueueItem.cpp b/lldb/source/Target/QueueItem.cpp index afb5cd028d5..40d824bcf46 100644 --- a/lldb/source/Target/QueueItem.cpp +++ b/lldb/source/Target/QueueItem.cpp @@ -15,10 +15,11 @@ using namespace lldb; using namespace lldb_private; -QueueItem::QueueItem (QueueSP queue_sp) : +QueueItem::QueueItem (QueueSP queue_sp, lldb::addr_t item_ref) : m_queue_wp (), m_kind (eQueueItemKindUnknown), m_address (), + m_item_ref (item_ref), m_item_that_enqueued_this_ref (LLDB_INVALID_ADDRESS), m_enqueueing_thread_id (LLDB_INVALID_THREAD_ID), m_enqueueing_queue_id (LLDB_INVALID_QUEUE_ID), |

