X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/tools/lldbmacros/mbufs.py diff --git a/tools/lldbmacros/mbufs.py b/tools/lldbmacros/mbufs.py old mode 100644 new mode 100755 index 57bc22438..fb41b65ea --- a/tools/lldbmacros/mbufs.py +++ b/tools/lldbmacros/mbufs.py @@ -563,7 +563,7 @@ def MbufShowMca(cmd_args=None): def MbufShowAll(cmd_args=None): """ Print all mbuf objects """ - print GetMbufWalkAllSlabs(1, 1, 0) + print GetMbufWalkAllSlabs(1, 1, 1) # EndMacro: mbuf_showall # Macro: mbuf_countchain