Home | History | Annotate | Download | only in gdb

Lines Matching refs:ui_file

160 				     struct ui_file *stream,
166 extern void value_print_array_elements (struct value *, struct ui_file *, int,
178 int size, struct ui_file *stream);
180 extern void print_binary_chars (struct ui_file *, const gdb_byte *,
184 extern void print_octal_chars (struct ui_file *, const gdb_byte *,
187 extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
190 extern void print_hex_chars (struct ui_file *, const gdb_byte *,
196 struct ui_file *stream);
208 extern int valprint_check_validity (struct ui_file *stream, struct type *type,
213 struct ui_file *stream);
216 extern void val_print_not_saved (struct ui_file *stream);
218 extern void val_print_unavailable (struct ui_file *stream);
220 extern void val_print_invalid_address (struct ui_file *stream);
255 extern void generic_value_print (struct value *val, struct ui_file *stream,
260 extern void generic_emit_char (int c, struct type *type, struct ui_file *stream,
263 extern void generic_printstr (struct ui_file *stream, struct type *type,
328 extern bool val_print_check_max_depth (struct ui_file *stream, int recurse,
336 struct ui_file *stream, int recurse,