Searched refs:show_bt (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | kmtriage.py | 32 show_bt = False 38 show_bt = True 52 if show_bt:
|
| H A D | kasan.py | 523 def quarantine(self, addrs, n=None, show_bt=False, O=None): argument 601 show_bt = "-S" in opts 602 self.quarantine(addrs, n=count, show_bt=show_bt, O=O) 780 def quarantine(self, addrs=None, n=None, show_bt=False, O=None): argument 789 self._print_quarantined(qitems, show_bt, O) 817 def _print_quarantined(qitems, show_bt, O): argument 826 if not show_bt: 890 def quarantine(self, addrs=None, n=None, show_bt=False, O=None): argument
|