Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DAnsiTerminal.h14 #define ANSI_FG_COLOR_RED 31 macro
77 {"fg.red}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END},
/external/llvm-project/lldb/source/Expression/
DREPL.cpp385 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); in IOHandlerInputComplete()
399 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp183 ENTRY_STRING("red", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END),