Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dxnu.py207 print(stream.VT.DarkRed + _LLDB_WARNING.format(lldb_version=lldb.SBDebugger.GetVersionString()))
262 …print(stream.VT.DarkRed + "Please attach {} to your radar or open the URL below to create one:".fo…
1245 warn_str = VT.DarkRed + warn_str + VT.Default
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py70 DarkRed = "\033[38;5;1m" variable in VT