Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dxnu.py202 print(stream.VT.DarkRed + _LLDB_WARNING.format(lldb_version=lldb.SBDebugger.GetVersionString()))
252 …print(stream.VT.DarkRed + "Please attach {} to your radar or open the URL below:".format(tar_fname…
1226 warn_str = VT.DarkRed + warn_str + VT.Default
/xnu-11215/tools/lldbmacros/core/
H A Dstandard.py68 DarkRed = "\033[38;5;1m" variable in VT