Home
last modified time | relevance | path

Searched refs:ui_file (Results 1 – 25 of 177) sorted by relevance

12345678

/dragonfly/contrib/gdb-7/gdb/
HDui-file.h23 struct ui_file;
27 extern struct ui_file *ui_file_new (void);
32 typedef void (ui_file_flush_ftype) (struct ui_file *stream);
33 extern void set_ui_file_flush (struct ui_file *stream,
38 typedef void (ui_file_write_ftype) (struct ui_file *stream,
40 extern void set_ui_file_write (struct ui_file *stream,
43 typedef void (ui_file_fputs_ftype) (const char *, struct ui_file *stream);
44 extern void set_ui_file_fputs (struct ui_file *stream,
54 (struct ui_file *stream, const char *buf, long length_buf);
56 (struct ui_file *stream, ui_file_write_async_safe_ftype *write_async_safe);
[all …]
HDui-file.c41 struct ui_file struct
58 struct ui_file * argument
61 struct ui_file *file = xmalloc (sizeof (struct ui_file)); in ui_file_new()
78 ui_file_delete (struct ui_file *file) in ui_file_delete()
85 null_file_isatty (struct ui_file *file) in null_file_isatty()
91 null_file_rewind (struct ui_file *file) in null_file_rewind()
97 null_file_put (struct ui_file *file, in null_file_put()
105 null_file_flush (struct ui_file *file) in null_file_flush()
111 null_file_write (struct ui_file *file, in null_file_write()
140 null_file_read (struct ui_file *file, in null_file_read()
[all …]
HDutils.h73 struct ui_file;
74 extern struct cleanup *make_cleanup_ui_file_delete (struct ui_file *);
100 make_cleanup_restore_ui_file (struct ui_file **variable);
138 struct ui_file;
156 extern struct ui_file *gdb_stdout;
158 extern struct ui_file *gdb_stdin;
160 extern struct ui_file *gdb_stderr;
165 extern struct ui_file *gdb_stdlog;
170 extern struct ui_file *gdb_stdtarg;
171 extern struct ui_file *gdb_stdtargerr;
[all …]
HDvalprint.h113 struct ui_file *stream,
117 CORE_ADDR, struct ui_file *, int,
123 struct ui_file *);
127 struct ui_file *stream);
134 struct ui_file *);
136 extern void print_binary_chars (struct ui_file *, const gdb_byte *,
139 extern void print_octal_chars (struct ui_file *, const gdb_byte *,
142 extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
145 extern void print_hex_chars (struct ui_file *, const gdb_byte *,
148 extern void print_char_chars (struct ui_file *, struct type *,
[all …]
HDc-lang.h24 struct ui_file;
68 struct ui_file *, int, int,
73 struct ui_file *);
77 struct ui_file *, int,
81 extern void c_value_print (struct value *, struct ui_file *,
91 extern void c_printchar (int, struct type *, struct ui_file *);
93 extern void c_printstr (struct ui_file * stream,
107 struct ui_file *stream, int quoter);
113 extern void c_type_print_base (struct type *, struct ui_file *,
119 struct ui_file *, char *);
[all …]
HDp-lang.h32 extern void pascal_print_type (struct type *, const char *, struct ui_file *,
36 struct ui_file *);
39 CORE_ADDR, struct ui_file *, int,
43 extern void pascal_value_print (struct value *, struct ui_file *,
47 struct ui_file *);
55 extern void pascal_printchar (int, struct type *, struct ui_file *);
57 extern void pascal_printstr (struct ui_file *, struct type *, const gdb_byte *,
66 pascal_type_print_base (struct type *, struct ui_file *, int, int,
70 pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int,
75 CORE_ADDR, struct ui_file *,
HDm2-typeprint.c39 struct ui_file *stream, int show, int level,
42 static void m2_typedef (struct type *, struct ui_file *, int, int,
44 static void m2_array (struct type *, struct ui_file *, int, int,
46 static void m2_pointer (struct type *, struct ui_file *, int, int,
48 static void m2_ref (struct type *, struct ui_file *, int, int,
50 static void m2_procedure (struct type *, struct ui_file *, int, int,
52 static void m2_union (struct type *, struct ui_file *);
53 static void m2_enum (struct type *, struct ui_file *, int, int);
54 static void m2_range (struct type *, struct ui_file *, int, int,
56 static void m2_type_name (struct type *type, struct ui_file *stream);
[all …]
HDada-typeprint.c42 struct ui_file *, int, int,
46 struct ui_file *, int, int,
49 static void print_array_type (struct type *, struct ui_file *, int, int,
52 static int print_choices (struct type *, int, struct ui_file *,
55 static void print_range (struct type *, struct ui_file *);
58 struct ui_file *);
62 const char *, struct ui_file *);
64 static void print_range_type (struct type *, struct ui_file *);
126 print_range (struct type *type, struct ui_file *stream) in print_range()
157 struct ui_file *stream) in print_range_bound()
[all …]
HDcli-out.c227 struct ui_file *stream; in cli_field_fmt()
243 struct ui_file *stream; in cli_spaces()
256 struct ui_file *stream; in cli_text()
276 struct ui_file *stream = VEC_last (ui_filep, data->streams); in cli_message()
296 struct ui_file *stream = VEC_last (ui_filep, data->streams); in cli_flush()
306 cli_redirect (struct ui_out *uiout, struct ui_file *outstream) in cli_redirect()
330 struct ui_file *stream = VEC_last (ui_filep, data->streams); in out_field_fmt()
345 struct ui_file *stream = VEC_last (ui_filep, data->streams); in field_separator()
380 cli_out_data_ctor (cli_out_data *self, struct ui_file *stream) in cli_out_data_ctor()
393 cli_out_new (struct ui_file *stream) in cli_out_new()
[all …]
HDcli-out.h28 typedef struct ui_file *ui_filep;
43 extern struct ui_out *cli_out_new (struct ui_file *stream);
46 struct ui_file *stream);
48 extern struct ui_file *cli_out_set_stream (struct ui_out *uiout,
49 struct ui_file *stream);
HDlanguage.h31 struct ui_file;
175 struct ui_file * stream);
177 void (*la_printstr) (struct ui_file * stream, struct type *elttype,
183 struct ui_file * stream, int quoter);
187 void (*la_print_type) (struct type *, const char *, struct ui_file *, int,
195 struct ui_file *stream);
221 struct ui_file *stream, int recurse,
227 void (*la_value_print) (struct value *, struct ui_file *,
298 struct ui_file *stream,
511 struct ui_file *stream,
[all …]
HDada-lang.h166 extern void ada_print_type (struct type *, const char *, struct ui_file *, int,
170 struct ui_file *stream);
173 struct ui_file *, int,
177 extern void ada_value_print (struct value *, struct ui_file *,
182 extern void ada_emit_char (int, struct type *, struct ui_file *, int, int);
184 extern void ada_printchar (int, struct type *, struct ui_file *);
186 extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *,
361 extern void ada_print_scalar (struct type *, LONGEST, struct ui_file *);
HDf-typeprint.c38 static void f_type_print_args (struct type *, struct ui_file *);
41 static void f_type_print_varspec_suffix (struct type *, struct ui_file *, int,
44 void f_type_print_varspec_prefix (struct type *, struct ui_file *,
47 void f_type_print_base (struct type *, struct ui_file *, int, int);
53 f_print_type (struct type *type, const char *varstring, struct ui_file *stream, in f_print_type()
93 f_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in f_type_print_varspec_prefix()
148 f_type_print_varspec_suffix (struct type *type, struct ui_file *stream, in f_type_print_varspec_suffix()
254 f_type_print_base (struct type *type, struct ui_file *stream, int show, in f_type_print_base()
HDtypeprint.h23 struct ui_file;
68 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
70 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
73 void c_type_print_args (struct type *, struct ui_file *, int, enum language,
HDada-valprint.c38 struct ui_file *,
45 struct ui_file *, int,
53 struct ui_file *, int,
73 print_optional_low_bound (struct ui_file *stream, struct type *type, in print_optional_low_bound()
137 int bitoffset, struct ui_file *stream, in val_print_packed_array_elements()
271 ada_emit_char (int c, struct type *type, struct ui_file *stream, in ada_emit_char()
319 struct ui_file *stream) in ada_print_floating()
323 struct ui_file *tmp_stream = mem_fileopen (); in ada_print_floating()
370 ada_printchar (int c, struct type *type, struct ui_file *stream) in ada_printchar()
382 ada_print_scalar (struct type *type, LONGEST val, struct ui_file *stream) in ada_print_scalar()
[all …]
HDvalprint.c155 show_print_max (struct ui_file *file, int from_tty, in show_print_max()
169 show_input_radix (struct ui_file *file, int from_tty, in show_input_radix()
179 show_output_radix (struct ui_file *file, int from_tty, in show_output_radix()
191 show_print_array_indexes (struct ui_file *file, int from_tty, in show_print_array_indexes()
202 show_repeat_count_threshold (struct ui_file *file, int from_tty, in show_repeat_count_threshold()
212 show_stop_print_at_null (struct ui_file *file, int from_tty, in show_stop_print_at_null()
224 show_prettyprint_structs (struct ui_file *file, int from_tty, in show_prettyprint_structs()
233 show_prettyprint_arrays (struct ui_file *file, int from_tty, in show_prettyprint_arrays()
243 show_unionprint (struct ui_file *file, int from_tty, in show_unionprint()
254 show_addressprint (struct ui_file *file, int from_tty, in show_addressprint()
[all …]
HDlanguage.c60 struct ui_file *stream, int quoter);
63 struct ui_file *stream);
65 static void unk_lang_value_print (struct value *, struct ui_file *,
118 show_language_command (struct ui_file *file, int from_tty, in show_language_command()
186 show_range_command (struct ui_file *file, int from_tty, in show_range_command()
260 show_case_command (struct ui_file *file, int from_tty, in show_case_command()
526 struct ui_file *tmp_stream; in add_language()
677 default_print_array_index (struct value *index_value, struct ui_file *stream, in default_print_array_index()
707 unk_lang_emit_char (int c, struct type *type, struct ui_file *stream, in unk_lang_emit_char()
715 unk_lang_printchar (int c, struct type *type, struct ui_file *stream) in unk_lang_printchar()
[all …]
HDparser-defs.h236 extern int dump_subexp (struct expression *, struct ui_file *, int);
239 struct ui_file *, int);
317 void (*print_subexp) (struct expression *, int *, struct ui_file *,
346 int (*dump_subexp_body) (struct expression *, struct ui_file *, int);
361 extern void print_subexp (struct expression *, int *, struct ui_file *,
365 struct ui_file *, enum precedence);
/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-console.c38 struct ui_file *raw;
39 struct ui_file *buffer;
51 struct ui_file *
52 mi_console_file_new (struct ui_file *raw, const char *prefix, char quote) in mi_console_file_new()
54 struct ui_file *ui_file = ui_file_new (); in mi_console_file_new() local
62 set_ui_file_fputs (ui_file, mi_console_file_fputs); in mi_console_file_new()
63 set_ui_file_flush (ui_file, mi_console_file_flush); in mi_console_file_new()
64 set_ui_file_data (ui_file, mi_console, mi_console_file_delete); in mi_console_file_new()
66 return ui_file; in mi_console_file_new()
70 mi_console_file_delete (struct ui_file *file) in mi_console_file_delete()
[all …]
HDmi-common.h54 struct ui_file *out;
55 struct ui_file *err;
56 struct ui_file *log;
57 struct ui_file *targ;
58 struct ui_file *event_channel;
HDmi-console.h23 extern struct ui_file *mi_console_file_new (struct ui_file *raw,
27 extern void mi_console_set_raw (struct ui_file *console,
28 struct ui_file *raw);
/dragonfly/contrib/gdb-7/gdb/tui/
HDtui-file.c54 static struct ui_file *tui_file_new (void);
57 static struct ui_file *
61 struct ui_file *file = ui_file_new (); in tui_file_new()
74 tui_file_delete (struct ui_file *file) in tui_file_delete()
89 struct ui_file *
92 struct ui_file *file = tui_file_new (); in tui_fileopen()
102 struct ui_file *
105 struct ui_file *file = tui_file_new (); in tui_sfileopen()
124 tui_file_isatty (struct ui_file *file) in tui_file_isatty()
138 tui_file_rewind (struct ui_file *file) in tui_file_rewind()
[all …]
HDtui-file.h22 extern struct ui_file *tui_fileopen (FILE *);
23 extern struct ui_file *tui_sfileopen (int);
24 extern char *tui_file_get_strbuf (struct ui_file *);
25 extern void tui_file_adjust_strbuf (int, struct ui_file *);
/dragonfly/contrib/gdb-7/gdb/cli/
HDcli-logging.c32 struct ui_file *out;
33 struct ui_file *err;
34 struct ui_file *log;
35 struct ui_file *targ;
36 struct ui_file *targerr;
43 show_logging_filename (struct ui_file *file, int from_tty, in show_logging_filename()
61 show_logging_overwrite (struct ui_file *file, int from_tty, in show_logging_overwrite()
77 static struct ui_file *logging_no_redirect_file;
83 struct ui_file *output, *new_logging_no_redirect_file; in set_logging_redirect()
147 show_logging_redirect (struct ui_file *file, int from_tty, in show_logging_redirect()
[all …]
HDcli-decode.h222 char *, int, struct ui_file *);
226 extern void help_cmd (char *, struct ui_file *);
228 extern void apropos_cmd (struct ui_file *, struct cmd_list_element *,
239 extern void print_doc_line (struct ui_file *, char *);

12345678