Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dsysreg.py71 print(_Colorify(VT.Green, 'EC == ' + ecstring))
90 print(_Colorify(VT.Green, 'ISS == ' + issstring))
117 return _Colorify(VT.Red, '*unsupported text*')
134 print(_Colorify(VT.Green, _GetIndentedString(2, field_name_str) + ' == ' + field_value_string))
148 …print(_Colorify(VT.Red, _GetIndentedString(2, '(No matching value, dumping out full description)')…
180 def _Colorify(color, msg): function