| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-style.c | 70 cli_style_option file_name_style ("filename", ui_file_style::GREEN); 74 cli_style_option function_name_style ("function", ui_file_style::YELLOW); 78 cli_style_option variable_name_style ("variable", ui_file_style::CYAN); 82 cli_style_option address_style ("address", ui_file_style::BLUE); 86 cli_style_option highlight_style ("highlight", ui_file_style::RED); 90 cli_style_option title_style ("title", ui_file_style::BOLD); 94 cli_style_option tui_border_style ("tui-border", ui_file_style::CYAN); 99 ui_file_style::CYAN); 103 cli_style_option metadata_style ("metadata", ui_file_style::DIM); 107 cli_style_option version_style ("version", ui_file_style::MAGENTA, [all …]
|
| D | cli-style.h | 33 cli_style_option (const char *name, ui_file_style::basic_color fg, 34 ui_file_style::intensity = ui_file_style::NORMAL); 37 cli_style_option (const char *name, ui_file_style::intensity i); 41 ui_file_style style () const;
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ui-out.h | 140 ui_file_style style; 151 styled_string (const ui_file_style &style, const char *str, 193 const ui_file_style &style = ui_file_style ()); 195 const ui_file_style &style = ui_file_style ()) 200 const ui_file_style &style = ui_file_style ()); 204 void field_fmt (const char *fldname, const ui_file_style &style, 257 void vmessage (const ui_file_style &in_style, 356 const ui_file_style &style) = 0; 358 const char *fldname, const ui_file_style &style, 363 virtual void do_message (const ui_file_style &style, [all …]
|
| D | ui-style.c | 67 ui_file_style::color::append_ansi (bool is_fg, std::string *str) const in append_ansi() 96 ui_file_style::color::get_rgb (uint8_t *rgb) const in get_rgb() 139 ui_file_style::to_ansi () const in to_ansi() 188 extended_color (const char *str, regoff_t *idx, ui_file_style::color *color) in extended_color() 202 *color = ui_file_style::color (value); in extended_color() 217 *color = ui_file_style::color (r, g, b); in extended_color() 231 ui_file_style::parse (const char *buf, size_t *n_read) in parse() 264 *this = ui_file_style (); in parse() 284 *this = ui_file_style (); in parse()
|
| D | ui-style.h | 23 struct ui_file_style struct 147 ui_file_style () = default; argument 149 ui_file_style (color f, color b, intensity i = NORMAL) 156 bool operator== (const ui_file_style &other) const argument 164 bool operator!= (const ui_file_style &other) const 233 const ui_file_style *ptr () const in ptr() argument
|
| D | cli-out.c | 76 ui_file_style ()); in do_table_header() 103 ui_file_style ()); in do_field_signed() 116 ui_file_style ()); in do_field_unsigned() 129 ui_file_style ()); in do_field_skip() 138 const ui_file_style &style) in do_field_string() 177 stream->emit_style_escape (ui_file_style ()); in do_field_string() 191 const char *fldname, const ui_file_style &style, in do_field_fmt() 221 cli_ui_out::do_message (const ui_file_style &style, in do_message() 233 stream->emit_style_escape (ui_file_style ()); in do_message()
|
| D | mingw-hdep.c | 187 rgb_to_16colors (const ui_file_style::color &color) in rgb_to_16colors() 218 static ui_file_style last_style; 269 ui_file_style style = last_style; in gdb_console_fputs() 288 const ui_file_style::color &fg = style.get_foreground (); in gdb_console_fputs() 289 const ui_file_style::color &bg = style.get_background (); in gdb_console_fputs() 307 case ui_file_style::NORMAL: in gdb_console_fputs() 308 case ui_file_style::DIM: in gdb_console_fputs() 311 case ui_file_style::BOLD: in gdb_console_fputs()
|
| D | ui-file.h | 124 virtual void emit_style_escape (const ui_file_style &style); 140 ui_file_style m_applied_style; 350 void emit_style_escape (const ui_file_style &style) override in emit_style_escape() 389 void emit_style_escape (const ui_file_style &style) override in emit_style_escape() 419 void emit_style_escape (const ui_file_style &style) override in emit_style_escape()
|
| D | ui-out.c | 486 const ui_file_style &style) in field_stream() 511 const ui_file_style &style) in field_string() 535 do_field_fmt (fldno, width, align, fldname, ui_file_style (), format, args); in field_fmt() 541 ui_out::field_fmt (const char *fldname, const ui_file_style &style, in field_fmt() 559 ui_out::call_do_message (const ui_file_style &style, const char *format, in call_do_message() 578 ui_out::vmessage (const ui_file_style &in_style, const char *format, in vmessage() 583 ui_file_style style = in_style; in vmessage() 729 style = *va_arg (args, const ui_file_style *); in vmessage() 766 vmessage (ui_file_style (), format, args); in message()
|
| D | cli-out.h | 64 const ui_file_style &style) override; 66 const char *fldname, const ui_file_style &style, 71 virtual void do_message (const ui_file_style &style,
|
| D | pager.h | 52 void emit_style_escape (const ui_file_style &style) override; 84 ui_file_style m_wrap_style;
|
| D | utils.h | 245 const ui_file_style &style, 254 const ui_file_style &style,
|
| D | ui-file.c | 79 ui_file::emit_style_escape (const ui_file_style &style) in emit_style_escape() 95 m_applied_style = ui_file_style (); in reset_style()
|
| D | utils.c | 1345 pager_file::emit_style_escape (const ui_file_style &style) in emit_style_escape() 1364 m_applied_style = ui_file_style (); in reset_style() 1387 m_stream->emit_style_escape (ui_file_style ()); in prompt_for_continue() 1676 ui_file_style save_style = m_applied_style; in puts() 1690 m_stream->emit_style_escape (ui_file_style ()); in puts() 1809 fputs_styled (const char *linebuffer, const ui_file_style &style, in fputs_styled() 1814 stream->emit_style_escape (ui_file_style ()); in fputs_styled() 1845 stream->emit_style_escape (ui_file_style ()); in fputs_highlighted() 1890 fprintf_styled (struct ui_file *stream, const ui_file_style &style, in fprintf_styled() 1899 stream->emit_style_escape (ui_file_style ()); in fprintf_styled()
|
| D | amd-dbgapi-target.c | 44 cli_style_option style (nullptr, ui_file_style::GREEN); in make_green() 2089 ("amd_dbgapi_fatal_error", ui_file_style::RED); 2091 ("amd_dbgapi_warning", ui_file_style::YELLOW); 2095 ("amd_dbgapi_trace", ui_file_style::BLACK, ui_file_style::BOLD); 2116 ui_file_style style = (level == AMD_DBGAPI_LOG_LEVEL_FATAL_ERROR in amd_dbgapi_log_message_callback()
|
| D | ada-tasks.c | 1225 ? ui_file_style () in print_ada_task_info()
|
| D | stack.c | 442 ui_file_style style; in print_frame_arg()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/tui/ |
| D | tui-io.c | 183 static std::map<ui_file_style::color, int> color_map; 221 get_color (const ui_file_style::color &color, int *result) in get_color() 257 static ui_file_style last_style; 265 static ui_file_style::color reverse_save_bg (ui_file_style::NONE); 266 static ui_file_style::color reverse_save_fg (ui_file_style::NONE); 295 tui_apply_style (WINDOW *w, ui_file_style style) in tui_apply_style() 306 const ui_file_style::color &fg = style.get_foreground (); in tui_apply_style() 307 const ui_file_style::color &bg = style.get_background (); in tui_apply_style() 333 case ui_file_style::NORMAL: in tui_apply_style() 336 case ui_file_style::BOLD: in tui_apply_style() [all …]
|
| D | tui-io.h | 53 extern void tui_apply_style (WINDOW *w, ui_file_style style);
|
| D | tui-wingeneral.c | 121 tui_apply_style (win, ui_file_style ()); in box_win()
|
| D | tui-disasm.c | 69 ui_file_style style; in len_without_escapes()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-out.c | 73 ui_file_style ()); in do_table_header() 75 ui_file_style ()); in do_table_header() 102 ui_file_style ()); in do_field_signed() 112 ui_file_style ()); in do_field_unsigned() 129 const ui_file_style &style) in do_field_string() 144 const char *fldname, const ui_file_style &style, in do_field_fmt() 169 mi_ui_out::do_message (const ui_file_style &style, in do_message()
|
| D | mi-out.h | 72 const ui_file_style &style) override; 74 const char *fldname, const ui_file_style &style, 79 virtual void do_message (const ui_file_style &style,
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-uiout.h | 99 const ui_file_style &style) override; 101 const char *fldname, const ui_file_style &style, 111 void do_message (const ui_file_style &style, in do_message()
|
| D | py-mi.c | 112 const ui_file_style &style) in do_field_string() 123 const char *fldname, const ui_file_style &style, in do_field_fmt()
|