Home
last modified time | relevance | path

Searched refs:exTraceBack (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Ddumper.py81 def __exit__(self, exType, exValue, exTraceBack): argument
116 def __exit__(self, exType, exValue, exTraceBack): argument
119 self.d.showException('CHILDREN', exType, exValue, exTraceBack)
144 def __exit__(self, exType, exValue, exTraceBack): argument
145 return self.d.exitSubItem(self, exType, exValue, exTraceBack)
332 def exitSubItem(self, item, exType, exValue, exTraceBack): argument
337 self.showException('SUBITEM', exType, exValue, exTraceBack)
H A Dgdbbridge.py208 def __exit__(self, exType, exValue, exTraceBack): argument
210 self.d.showException('OUTPUTSAVER', exType, exValue, exTraceBack)