aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBQueueItemExtensions.i
blob: 277bba278fcb7e325a15450d8cea3b72fcaab555 (plain)
1
2
3
4
5
6
7
8
%extend lldb::SBQueueItem {
#ifdef SWIGPYTHON
    %pythoncode%{
    def __hex__(self):
      return self.GetAddress()
    %}
#endif
}