Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dkmtriage.py34 show_bt = False
40 show_bt = True
54 if show_bt:
H A Dkasan.py529 def quarantine(self, addrs, n=None, show_bt=False, O=None): argument
607 show_bt = "-S" in opts
608 self.quarantine(addrs, n=count, show_bt=show_bt, O=O)
786 def quarantine(self, addrs=None, n=None, show_bt=False, O=None): argument
795 self._print_quarantined(qitems, show_bt, O)
823 def _print_quarantined(qitems, show_bt, O): argument
832 if not show_bt:
896 def quarantine(self, addrs=None, n=None, show_bt=False, O=None): argument