[Lldb-commits] [lldb] r193132 - Expose the Thread::GetQueueID() method through the SBThread API, similar to
Enrico Granata
egranata at apple.com
Mon Oct 21 17:47:30 PDT 2013
Shouldn’t this say
if _newclass: queue_id = ….
It looks like you are overwriting the queue getter with the queue_id getter here
Enrico Granata
📩 egranata@.com
☎️ 27683
On Oct 21, 2013, at 4:52 PM, Jason Molenda <jmolenda at apple.com> wrote:
> + __swig_getmethods__["queue_id"] = GetQueueID
> + if _newclass: queue = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue id of this thread as an integer.''')
> +
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131021/6ac91988/attachment.html>
More information about the lldb-commits
mailing list