Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dkmtriage.py32 show_bt = False
38 show_bt = True
52 if show_bt:
H A Dkasan.py523 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