Searched refs:show_bt (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/tools/lldbmacros/ |
| H A D | kmtriage.py | 34 show_bt = False 40 show_bt = True 54 if show_bt:
|
| H A D | kasan.py | 529 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
|