| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ui-out.h | 28 struct ui_out; 36 extern struct ui_out *uiout; 61 struct ui_out *uiout; 77 extern void ui_out_begin (struct ui_out *uiout, 81 extern void ui_out_end (struct ui_out *uiout, enum ui_out_type type); 83 extern struct cleanup *ui_out_begin_cleanup_end (struct ui_out *uiout, 91 extern void ui_out_table_header (struct ui_out *uiout, int width, 95 extern void ui_out_table_body (struct ui_out *uiout); 97 extern struct cleanup *make_cleanup_ui_out_table_begin_end (struct ui_out *ui_out, 103 extern struct cleanup *make_cleanup_ui_out_list_begin_end (struct ui_out *uiout, [all …]
|
| D | ui-out.c | 99 struct ui_out struct 116 current_level (struct ui_out *uiout) in current_level() argument 123 push_level (struct ui_out *uiout, in push_level() 140 pop_level (struct ui_out *uiout, in pop_level() 153 static void default_table_begin (struct ui_out *uiout, int nbrofcols, 155 static void default_table_body (struct ui_out *uiout); 156 static void default_table_end (struct ui_out *uiout); 157 static void default_table_header (struct ui_out *uiout, int width, 160 static void default_begin (struct ui_out *uiout, 163 static void default_end (struct ui_out *uiout, [all …]
|
| D | cli-out.c | 41 static void cli_table_begin (struct ui_out *uiout, int nbrofcols, 43 static void cli_table_body (struct ui_out *uiout); 44 static void cli_table_end (struct ui_out *uiout); 45 static void cli_table_header (struct ui_out *uiout, int width, 48 static void cli_begin (struct ui_out *uiout, enum ui_out_type type, 50 static void cli_end (struct ui_out *uiout, enum ui_out_type type, int level); 51 static void cli_field_int (struct ui_out *uiout, int fldno, int width, 53 static void cli_field_skip (struct ui_out *uiout, int fldno, int width, 55 static void cli_field_string (struct ui_out *uiout, int fldno, int width, 58 static void cli_field_fmt (struct ui_out *uiout, int fldno, [all …]
|
| D | gdb.h | 25 struct ui_out; 49 enum gdb_rc gdb_breakpoint_query (struct ui_out *uiout, int bnum); 57 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr); 60 enum gdb_rc gdb_list_thread_ids (struct ui_out *uiout);
|
| D | interps.h | 27 struct ui_out; 55 struct ui_out *uiout, 60 extern struct ui_out *interp_ui_out (struct interp *interp);
|
| D | cli-out.h | 27 extern struct ui_out *cli_out_new (struct ui_file *stream); 29 extern struct ui_file *cli_out_set_stream (struct ui_out *uiout,
|
| D | disasm.h | 24 struct ui_out; 27 extern void gdb_disassembly (struct ui_out *uiout,
|
| D | disasm.c | 88 dump_insns (struct ui_out *uiout, struct disassemble_info * di, in dump_insns() 151 do_mixed_source_and_assembly (struct ui_out *uiout, in do_mixed_source_and_assembly() 299 do_assembly_only (struct ui_out *uiout, struct disassemble_info * di, in do_assembly_only() 351 gdb_disassembly (struct ui_out *uiout, in gdb_disassembly()
|
| D | wrapper.c | 68 static int do_captured_value_struct_elt (struct ui_out *uiout, void *data); 310 gdb_value_struct_elt (struct ui_out *uiout, struct value **result, struct value **argp, in gdb_value_struct_elt() 326 do_captured_value_struct_elt (struct ui_out *uiout, void *data) in do_captured_value_struct_elt()
|
| D | interps.c | 67 struct ui_out *interpreter_out; 92 interp_new (const char *name, void *data, struct ui_out *uiout, in interp_new() 233 struct ui_out *
|
| D | defs.h | 992 struct ui_out; 993 typedef int (catch_exceptions_ftype) (struct ui_out *ui_out, void *args); 994 extern int catch_exceptions (struct ui_out *uiout, 997 extern int catch_exceptions_with_msg (struct ui_out *uiout,
|
| D | thread.c | 259 do_captured_list_thread_ids (struct ui_out *uiout, void *arg) in do_captured_list_thread_ids() 284 gdb_list_thread_ids (struct ui_out *uiout) in gdb_list_thread_ids() 641 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() 669 gdb_thread_select (struct ui_out *uiout, char *tidstr) in gdb_thread_select()
|
| D | wrapper.h | 43 extern enum gdb_rc gdb_value_struct_elt (struct ui_out *uiout, struct value **result_ptr,
|
| D | gdbcmd.h | 127 extern void print_command_lines (struct ui_out *,
|
| D | top.c | 382 struct ui_out *func_uiout, in catcher() 395 struct ui_out *saved_uiout; in catcher() 480 catch_exceptions (struct ui_out *uiout, in catch_exceptions() 497 catch_exceptions_with_msg (struct ui_out *uiout, in catch_exceptions_with_msg() 521 do_catch_errors (struct ui_out *uiout, void *data) in do_catch_errors()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/mi/ |
| D | mi-out.c | 39 static void mi_table_begin (struct ui_out *uiout, int nbrofcols, 41 static void mi_table_body (struct ui_out *uiout); 42 static void mi_table_end (struct ui_out *uiout); 43 static void mi_table_header (struct ui_out *uiout, int width, 46 static void mi_begin (struct ui_out *uiout, enum ui_out_type type, 48 static void mi_end (struct ui_out *uiout, enum ui_out_type type, int level); 49 static void mi_field_int (struct ui_out *uiout, int fldno, int width, 51 static void mi_field_skip (struct ui_out *uiout, int fldno, int width, 53 static void mi_field_string (struct ui_out *uiout, int fldno, int width, 56 static void mi_field_fmt (struct ui_out *uiout, int fldno, [all …]
|
| D | mi-out.h | 25 struct ui_out; 28 extern struct ui_out *mi_out_new (int mi_version); 29 extern void mi_out_put (struct ui_out *uiout, struct ui_file *stream); 30 extern void mi_out_rewind (struct ui_out *uiout); 31 extern void mi_out_buffered (struct ui_out *uiout, char *string); 34 extern int mi_version (struct ui_out *uiout);
|
| D | mi-main.c | 1043 captured_mi_execute_command (struct ui_out *uiout, void *data) in captured_mi_execute_command() 1148 struct ui_out *saved_uiout = uiout; in mi_execute_command()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-out.c | 43 static void tui_table_begin (struct ui_out *uiout, int nbrofcols, 45 static void tui_table_body (struct ui_out *uiout); 46 static void tui_table_end (struct ui_out *uiout); 47 static void tui_table_header (struct ui_out *uiout, int width, 50 static void tui_begin (struct ui_out *uiout, enum ui_out_type type, 52 static void tui_end (struct ui_out *uiout, enum ui_out_type type, int level); 53 static void tui_field_int (struct ui_out *uiout, int fldno, int width, 55 static void tui_field_skip (struct ui_out *uiout, int fldno, int width, 57 static void tui_field_string (struct ui_out *uiout, int fldno, int width, 60 static void tui_field_fmt (struct ui_out *uiout, int fldno, [all …]
|
| D | tui-io.h | 28 struct ui_out; 47 extern struct ui_out *tui_out; 48 extern struct ui_out *tui_old_uiout;
|
| D | tui.h | 95 extern struct ui_out *tui_out_new (struct ui_file *stream);
|
| D | tui-io.c | 122 struct ui_out *tui_out; 127 struct ui_out *tui_old_uiout;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-interp.c | 31 struct ui_out *cli_uiout; 36 static int do_captured_execute_command (struct ui_out *uiout, void *data); 37 static enum gdb_rc safe_execute_command (struct ui_out *uiout, char *command, 118 do_captured_execute_command (struct ui_out *uiout, void *data) in do_captured_execute_command() 127 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) in safe_execute_command()
|
| D | cli-script.h | 45 extern void print_command_lines (struct ui_out *,
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdbint.texinfo | 772 @section UI-Independent Output---the @code{ui_out} Functions 776 @cindex @code{ui_out} functions 777 The @code{ui_out} functions present an abstraction level for the 836 The @code{ui_out} routines take care of the first three aspects. 860 Most @code{ui_out} routines are of type @code{void}, the exceptions are 864 The first parameter is always the @code{ui_out} vector object, a pointer 865 to a @code{struct ui_out}. 872 When a character string argument is not used in a @code{ui_out} function 881 This section introduces @code{ui_out} routines for building lists, 893 @cindex nesting level in @code{ui_out} functions [all …]
|