X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..94ff46dc2849db4d43eaaf144872decc522aafb4:/tools/lldbmacros/waitq.py diff --git a/tools/lldbmacros/waitq.py b/tools/lldbmacros/waitq.py index 6768635c0..dd3a38eb1 100755 --- a/tools/lldbmacros/waitq.py +++ b/tools/lldbmacros/waitq.py @@ -7,7 +7,7 @@ import sys def GetWaitqStateStr(waitq): wq_types = { 0: 'INV', - 1: '???', + 1: ' TS', 2: ' Q', 3: 'SET' }