Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dsysreg.py74 print(_Colorify(VT.Green, 'EC == ' + ecstring))
93 print(_Colorify(VT.Green, 'ISS == ' + issstring))
120 return _Colorify(VT.Red, '*unsupported text*')
137 print(_Colorify(VT.Green, _GetIndentedString(2, field_name_str) + ' == ' + field_value_string))
151 …print(_Colorify(VT.Red, _GetIndentedString(2, '(No matching value, dumping out full description)')…
183 def _Colorify(color, msg): function