From 37e9b5ab38208d27d30309a41bc1f0328ccb4afa Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Sun, 9 Mar 2014 21:17:08 +0000 Subject: libBacktraceRecording __introspection_dispatch_queue_get_pending_items is changing the data it returns; this change accepts either the old format or the new format. It doesn't yet benefit from the new format's additions - but I need to get this checked in so we aren't rev-locked. Also add a missing .i entry for SBQueue::GetNumRunningItems() missing from the last checkin. llvm-svn: 203421 --- lldb/scripts/Python/interface/SBQueue.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBQueue.i b/lldb/scripts/Python/interface/SBQueue.i index f3a49b1192d..7f48166f6c2 100644 --- a/lldb/scripts/Python/interface/SBQueue.i +++ b/lldb/scripts/Python/interface/SBQueue.i @@ -48,6 +48,9 @@ public: lldb::SBQueueItem GetPendingItemAtIndex (uint32_t); + uint32_t + GetNumRunningItems (); + }; } // namespace lldb -- cgit v1.2.3