reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/FormatEntity.cpp
  180     ENTRY_STRING("black",
  182     ENTRY_STRING("red", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END),
  183     ENTRY_STRING("green",
  185     ENTRY_STRING("yellow",
  187     ENTRY_STRING("blue",
  189     ENTRY_STRING("purple",
  191     ENTRY_STRING("cyan",
  193     ENTRY_STRING("white",
  198     ENTRY_STRING("black",
  200     ENTRY_STRING("red", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_RED) ANSI_ESC_END),
  201     ENTRY_STRING("green",
  203     ENTRY_STRING("yellow",
  205     ENTRY_STRING("blue",
  207     ENTRY_STRING("purple",
  209     ENTRY_STRING("cyan",
  211     ENTRY_STRING("white",
  218     ENTRY_STRING("normal",
  220     ENTRY_STRING("bold", ANSI_ESC_START _TO_STR(ANSI_CTRL_BOLD) ANSI_ESC_END),
  221     ENTRY_STRING("faint", ANSI_ESC_START _TO_STR(ANSI_CTRL_FAINT) ANSI_ESC_END),
  222     ENTRY_STRING("italic",
  224     ENTRY_STRING("underline",
  226     ENTRY_STRING("slow-blink",
  228     ENTRY_STRING("fast-blink",
  230     ENTRY_STRING("negative",
  232     ENTRY_STRING("conceal",
  234     ENTRY_STRING("crossed-out",