Go to the source code of this file.
|
cli_style_option | file_name_style ("filename", ui_file_style::GREEN) |
|
cli_style_option | function_name_style ("function", ui_file_style::YELLOW) |
|
cli_style_option | variable_name_style ("variable", ui_file_style::CYAN) |
|
cli_style_option | address_style ("address", ui_file_style::BLUE) |
|
cli_style_option | highlight_style ("highlight", ui_file_style::RED) |
|
cli_style_option | title_style ("title", ui_file_style::BOLD) |
|
cli_style_option | tui_border_style ("tui-border", ui_file_style::CYAN) |
|
cli_style_option | tui_active_border_style ("tui-active-border", ui_file_style::CYAN) |
|
cli_style_option | metadata_style ("metadata", ui_file_style::DIM) |
|
cli_style_option | version_style ("version", ui_file_style::MAGENTA, ui_file_style::BOLD) |
|
cli_style_option | disasm_mnemonic_style ("mnemonic", ui_file_style::GREEN) |
|
cli_style_option | disasm_register_style ("register", ui_file_style::RED) |
|
cli_style_option | disasm_immediate_style ("immediate", ui_file_style::BLUE) |
|
cli_style_option | disasm_comment_style ("comment", ui_file_style::WHITE, ui_file_style::DIM) |
|
static int | color_number (const char *color) |
|
static void | do_show (const char *what, struct ui_file *file, struct cmd_list_element *cmd, const char *value) |
|
static void | set_style_enabled (const char *args, int from_tty, struct cmd_list_element *c) |
|
static void | show_style_enabled (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
|
static void | show_style_sources (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
|
static void | show_style_disassembler (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
|
void | _initialize_cli_style () |
|
◆ _initialize_cli_style()
void _initialize_cli_style |
( |
| ) |
|
◆ address_style()
◆ color_number()
static int color_number |
( |
const char * | color | ) |
|
|
static |
◆ disasm_comment_style()
◆ disasm_immediate_style()
◆ disasm_mnemonic_style()
◆ disasm_register_style()
◆ do_show()
static void do_show |
( |
const char * | what, |
|
|
struct ui_file * | file, |
|
|
struct cmd_list_element * | cmd, |
|
|
const char * | value ) |
|
static |
◆ file_name_style()
◆ function_name_style()
◆ highlight_style()
◆ metadata_style()
◆ set_style_enabled()
static void set_style_enabled |
( |
const char * | args, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c ) |
|
static |
◆ show_style_disassembler()
static void show_style_disassembler |
( |
struct ui_file * | file, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c, |
|
|
const char * | value ) |
|
static |
◆ show_style_enabled()
static void show_style_enabled |
( |
struct ui_file * | file, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c, |
|
|
const char * | value ) |
|
static |
◆ show_style_sources()
static void show_style_sources |
( |
struct ui_file * | file, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c, |
|
|
const char * | value ) |
|
static |
◆ title_style()
◆ tui_active_border_style()
◆ tui_border_style()
◆ variable_name_style()
◆ version_style()
◆ cli_colors
const char* const cli_colors[] |
|
static |
Initial value:= {
"none",
"black",
"red",
"green",
"yellow",
"blue",
"magenta",
"cyan",
"white",
nullptr
}
Definition at line 47 of file cli-style.c.
Referenced by cli_style_option::add_setshow_commands(), and color_number().
◆ cli_intensities
const char* const cli_intensities[] |
|
static |
◆ cli_styling
◆ disassembler_styling
bool disassembler_styling = true |
◆ source_styling
bool source_styling = true |
◆ style_disasm_set_list
◆ style_disasm_show_list
◆ style_set_list
◆ style_show_list