]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/lldbmacros/waitq.py
xnu-6153.41.3.tar.gz
[apple/xnu.git] / tools / lldbmacros / waitq.py
index 6768635c0a68df17270a58a5822d66812e682894..dd3a38eb16e194ec8db75de9c4f60c1d93c88498 100755 (executable)
@@ -7,7 +7,7 @@ import sys
 def GetWaitqStateStr(waitq):
     wq_types = {
             0: 'INV',
-            1: '???',
+            1: ' TS',
             2: '  Q',
             3: 'SET'
     }