Searched refs:do_field_string (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-out.c | 72 do_field_string (0, 0, ui_center, "col_name", col_name.c_str (), in do_table_header() 74 do_field_string (0, width, alignment, "colhdr", col_hdr.c_str (), in do_table_header() 101 do_field_string (fldno, width, alignment, fldname, plongest (value), in do_field_signed() 111 do_field_string (fldno, width, alignment, fldname, pulongest (value), in do_field_unsigned() 127 mi_ui_out::do_field_string (int fldno, int width, ui_align align, in do_field_string() function
|
| D | mi-out.h | 70 virtual void do_field_string (int fldno, int width, ui_align align,
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cli-out.c | 75 do_field_string (0, width, alignment, 0, col_hdr.c_str (), in do_table_header() 102 do_field_string (fldno, width, alignment, fldname, plongest (value), in do_field_signed() 115 do_field_string (fldno, width, alignment, fldname, pulongest (value), in do_field_unsigned() 128 do_field_string (fldno, width, alignment, fldname, "", in do_field_skip() 136 cli_ui_out::do_field_string (int fldno, int width, ui_align align, in do_field_string() function 199 do_field_string (fldno, width, align, fldname, str.c_str (), style); in do_field_fmt()
|
| D | cli-out.h | 61 virtual void do_field_string (int fldno, int width, ui_align align,
|
| D | ui-out.h | 354 virtual void do_field_string (int fldno, int width, ui_align align,
|
| D | ui-out.c | 519 do_field_string (fldno, width, align, fldname, string, style); in field_string()
|
| D | ChangeLog-2018 | 97 * cli-out.c (cli_ui_out::do_field_string): Update. 123 * cli-out.c (cli_ui_out::do_field_string): Update. 144 (class ui_out) <field_string, field_stream, do_field_string>: Add 148 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Add style 150 * tui/tui-out.c (tui_ui_out::do_field_string): Add style 152 (tui_ui_out::do_field_string): Update. 161 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Add style 165 (mi_ui_out::do_field_string): Update. 170 * cli-out.h (class cli_ui_out) <do_field_string>: Add style 174 (cli_ui_out::do_field_string): Add style parameter. Style the [all …]
|
| D | ChangeLog-2019 | 193 * tui/tui-out.c (tui_ui_out::do_field_string): Don't call 375 * tui/tui-out.c (tui_ui_out::do_field_string): Update. 4179 (cli_ui_out::do_field_string, cli_ui_out::do_spaces) 4193 (class ui_out) <field_string, field_stsream, do_field_string>: 4197 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type 4199 * tui/tui-out.c (tui_ui_out::do_field_string): Update. 4209 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of 4213 (mi_ui_out::do_field_string): Update. 4216 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of 4220 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string) [all …]
|
| D | ChangeLog-2016 | 133 (cli_ui_out::do_field_string): ... this new method. 190 (mi_ui_out::do_field_string): ... this. 234 (tui_ui_out::do_field_string): ... this.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-mi.c | 110 py_ui_out::do_field_string (int fldno, int width, ui_align align, in do_field_string() function 130 do_field_string (fldno, width, align, fldname, str.c_str (), style); in do_field_fmt()
|
| D | py-uiout.h | 97 void do_field_string (int fldno, int width, ui_align align,
|