| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | valprint.h | 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); [all …]
|
| D | p-lang.h | 92 struct ui_file *stream, int show, int level, 97 void value_print (struct value *val, struct ui_file *stream, 103 (struct value *val, struct ui_file *stream, int recurse, 113 struct ui_file *stream, int quoter) const override in emitchar() 125 struct ui_file *stream) const override; 129 void printstr (struct ui_file *stream, struct type *elttype, 137 struct ui_file *stream) const override; 162 void print_one_char (int c, struct ui_file *stream, int *in_quotes) const; 180 void type_print_base (struct type *type, struct ui_file *stream, int show, 189 void type_print_varspec_suffix (struct type *type, struct ui_file *stream, [all …]
|
| D | utils.h | 151 struct ui_file; 172 extern struct ui_file **current_ui_gdb_stdout_ptr (void); 173 extern struct ui_file **current_ui_gdb_stdin_ptr (void); 174 extern struct ui_file **current_ui_gdb_stderr_ptr (void); 175 extern struct ui_file **current_ui_gdb_stdlog_ptr (void); 178 extern void gdb_flush (struct ui_file *stream); 196 extern struct ui_file *gdb_stdtarg; 197 extern struct ui_file *gdb_stdtargin; 205 extern void gdb_puts (const char *, struct ui_file *); 207 extern void gdb_puts (const std::string &s, ui_file *stream); [all …]
|
| D | expprint.c | 61 dump_for_expression (struct ui_file *stream, int depth, enum exp_opcode op) in dump_for_expression() 83 dump_for_expression (struct ui_file *stream, int depth, const std::string &str) in dump_for_expression() 89 dump_for_expression (struct ui_file *stream, int depth, struct type *type) in dump_for_expression() 97 dump_for_expression (struct ui_file *stream, int depth, CORE_ADDR addr) in dump_for_expression() 104 dump_for_expression (struct ui_file *stream, int depth, const gdb_mpz &val) in dump_for_expression() 110 dump_for_expression (struct ui_file *stream, int depth, internalvar *ivar) in dump_for_expression() 117 dump_for_expression (struct ui_file *stream, int depth, symbol *sym) in dump_for_expression() 125 dump_for_expression (struct ui_file *stream, int depth, in dump_for_expression() 133 dump_for_expression (struct ui_file *stream, int depth, const block *bl) in dump_for_expression() 139 dump_for_expression (struct ui_file *stream, int depth, in dump_for_expression() [all …]
|
| D | ui-file.h | 27 class ui_file 30 ui_file (); 31 virtual ~ui_file () = 0; 33 ui_file (ui_file &&other) = default; 150 typedef std::unique_ptr<ui_file> ui_file_up; 154 class null_file : public ui_file 170 class string_file : public ui_file 239 class stdio_file : public ui_file 333 class tee_file : public ui_file 338 tee_file (ui_file *one, ui_file *two); [all …]
|
| D | m2-typeprint.c | 38 struct ui_file *stream, int show, int level, 41 static void m2_typedef (struct type *, struct ui_file *, int, int, 43 static void m2_array (struct type *, struct ui_file *, int, int, 45 static void m2_pointer (struct type *, struct ui_file *, int, int, 47 static void m2_ref (struct type *, struct ui_file *, int, int, 49 static void m2_procedure (struct type *, struct ui_file *, int, int, 51 static void m2_union (struct type *, struct ui_file *); 52 static void m2_enum (struct type *, struct ui_file *, int, int); 53 static void m2_range (struct type *, struct ui_file *, int, int, 55 static void m2_type_name (struct type *type, struct ui_file *stream); [all …]
|
| D | typeprint.h | 25 struct ui_file; 87 struct ui_file *stream); 92 void finish (struct type *type, int level, struct ui_file *stream); 111 void maybe_print_hole (struct ui_file *stream, unsigned int bitpos, 161 void print_type_scalar (struct type * type, LONGEST, struct ui_file *); 166 void print_type_fixed_point (struct type *type, struct ui_file *stream); 168 void c_type_print_args (struct type *, struct ui_file *, int, enum language, 173 void type_print_unknown_return_type (struct ui_file *stream); 180 extern void val_print_not_allocated (struct ui_file *stream); 182 extern void val_print_not_associated (struct ui_file *stream);
|
| D | c-lang.h | 24 struct ui_file; 77 struct ui_file *stream, 84 struct ui_file *); 88 extern void c_value_print_inner (struct value *, struct ui_file *, int, 91 extern void c_value_print (struct value *, struct ui_file *, 96 extern void c_printchar (int, struct type *, struct ui_file *); 103 extern void c_type_print_base (struct type *, struct ui_file *, 109 struct ui_file *, const char *); 112 struct ui_file *, int,
|
| D | rust-lang.h | 122 struct ui_file *stream, int show, int level, 139 (struct value *val, struct ui_file *stream, int recurse, 144 void value_print (struct value *val, struct ui_file *stream, 160 struct ui_file *stream, int quoter) const override; 165 struct ui_file *stream) const override in printchar() 174 void printstr (struct ui_file *stream, struct type *elttype, 182 struct ui_file *stream) const override in print_typedef() 213 void val_print_slice (struct value *val, struct ui_file *stream, 220 void val_print_struct (struct value *val, struct ui_file *stream, 227 void print_enum (struct value *val, struct ui_file *stream, int recurse,
|
| D | ui-file.c | 32 ui_file::ui_file () in ui_file() function 35 ui_file::~ui_file () in ~ui_file() 39 ui_file::printf (const char *format, ...) in printf() 49 ui_file::putstr (const char *str, int quoter) in putstr() 56 ui_file::putstrn (const char *str, int n, int quoter, bool async_safe) in putstrn() 63 ui_file::putc (int c) in putc() 70 ui_file::vprintf (const char *format, va_list args) in vprintf() 79 ui_file::emit_style_escape (const ui_file_style &style) in emit_style_escape() 91 ui_file::reset_style () in reset_style() 103 ui_file::printchar (int c, int quoter, bool async_safe) in printchar() [all …]
|
| D | f-lang.h | 65 struct ui_file *stream, 91 struct ui_file *stream, int show, int level, 138 (struct value *val, struct ui_file *stream, int recurse, 154 struct ui_file *stream, int quoter) const override in emitchar() 163 struct ui_file *stream) const override in printchar() 172 void printstr (struct ui_file *stream, struct type *elttype, in printstr() 192 struct ui_file *stream) const override; 256 struct ui_file * stream, 269 struct ui_file *stream, 284 struct ui_file *stream) const; [all …]
|
| D | ui-out.h | 33 struct ui_file; 265 void redirect (ui_file *outstream) { do_redirect (outstream); } in redirect() 285 virtual ui_file *current_stream () const = 0; 368 virtual void do_redirect (struct ui_file *outstream) = 0; 461 ui_out_redirect_pop (ui_out *uiout, ui_file *stream) in ui_out_redirect_pop() 493 void write (const char *buf, long length_buf, ui_file *stream); 496 void wrap_here (int indent, ui_file *stream); 499 void flush_here (ui_file *stream); 513 ui_file *m_stream; 535 extern ui_file *get_unbuffered (ui_file *file); [all …]
|
| D | valprint.c | 96 struct ui_file *stream); 163 show_print_max (struct ui_file *file, int from_tty, in show_print_max() 177 show_print_max_chars (struct ui_file *file, int from_tty, in show_print_max_chars() 189 show_input_radix (struct ui_file *file, int from_tty, in show_input_radix() 199 show_output_radix (struct ui_file *file, int from_tty, in show_output_radix() 211 show_print_array_indexes (struct ui_file *file, int from_tty, in show_print_array_indexes() 222 show_repeat_count_threshold (struct ui_file *file, int from_tty, in show_repeat_count_threshold() 232 show_memory_tag_violations (struct ui_file *file, int from_tty, in show_memory_tag_violations() 243 show_stop_print_at_null (struct ui_file *file, int from_tty, in show_stop_print_at_null() 255 show_prettyformat_structs (struct ui_file *file, int from_tty, in show_prettyformat_structs() [all …]
|
| D | disasm.h | 27 struct ui_file; 112 struct ui_file *stream () in stream() 122 struct ui_file *stream, in gdb_printing_disassembler() 167 static ui_file *stream_from_gdb_disassemble_info (void *dis_info); 170 struct ui_file *m_stream; 242 gdb_disassembler (struct gdbarch *gdbarch, struct ui_file *file) in gdb_disassembler() 254 gdb_disassembler (struct gdbarch *gdbarch, struct ui_file *file, 266 ui_file *m_dest; 334 struct ui_file *stream, int *branch_delay_insns);
|
| D | m2-lang.h | 27 extern void m2_print_type (struct type *, const char *, struct ui_file *, int, 77 struct ui_file *stream, int show, int level, in print_type() 85 void value_print_inner (struct value *val, struct ui_file *stream, 96 struct ui_file *stream, int quoter) const override; 101 struct ui_file *stream) const override; 105 void printstr (struct ui_file *stream, struct type *elttype, 113 struct ui_file *stream) const override;
|
| D | ada-typeprint.c | 32 struct ui_file *, int, int, 36 struct ui_file *, int, int, 129 print_range (struct type *type, struct ui_file *stream, in print_range() 194 struct ui_file *stream) in print_range_bound() 241 const char *suffix, struct ui_file *stream) in print_dynamic_range_bound() 262 print_range_type (struct type *raw_type, struct ui_file *stream, in print_range_type() 313 print_enum_type (struct type *type, struct ui_file *stream) in print_enum_type() 348 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type() 444 print_choices (struct type *type, int field_num, struct ui_file *stream, in print_choices() 524 struct type *outer_type, struct ui_file *stream, in print_variant_clauses() [all …]
|
| D | cli-out.h | 31 explicit cli_ui_out (ui_file *stream, ui_out_flags flags = ui_source_list); 34 ui_file *set_stream (ui_file *stream); 38 ui_file *current_stream () const override in current_stream() 76 virtual void do_redirect (struct ui_file *outstream) override; 90 std::vector<ui_file *> m_streams;
|
| D | cli-out.c | 174 ui_file *stream = m_streams.back (); in do_field_string() 230 ui_file *stream = m_streams.back (); in do_message() 257 cli_ui_out::do_redirect (ui_file *outstream) in do_redirect() 301 struct ui_file *stream = get_unbuffered (m_streams.back ()); in do_progress_notify() 386 struct ui_file *stream = get_unbuffered (m_streams.back ()); in clear_progress_notify() 414 struct ui_file *stream = m_streams.back (); in do_progress_end() 433 cli_ui_out::cli_ui_out (ui_file *stream, ui_out_flags flags) in cli_ui_out() 446 ui_file * 447 cli_ui_out::set_stream (struct ui_file *stream) in set_stream() 449 ui_file *old; in set_stream()
|
| D | ada-lang.h | 159 extern void ada_print_type (struct type *, const char *, struct ui_file *, int, 163 struct ui_file *stream); 167 extern void ada_value_print_inner (struct value *, struct ui_file *, int, 170 extern void ada_value_print (struct value *, struct ui_file *, 175 extern void ada_emit_char (int, struct type *, struct ui_file *, int, int); 177 extern void ada_printchar (int, struct type *, struct ui_file *); 179 extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *, 336 extern void ada_print_scalar (struct type *, LONGEST, struct ui_file *);
|
| D | ada-valprint.c | 35 struct ui_file *, int, 47 print_optional_low_bound (struct ui_file *stream, struct type *type, in print_optional_low_bound() 113 int offset, struct ui_file *stream, in val_print_packed_array_elements() 262 ada_emit_char (int c, struct type *type, struct ui_file *stream, in ada_emit_char() 307 struct ui_file *stream) in ada_print_floating() 362 ada_printchar (int c, struct type *type, struct ui_file *stream) in ada_printchar() 374 ada_print_scalar (struct type *type, LONGEST val, struct ui_file *stream) in ada_print_scalar() 444 printstr (struct ui_file *stream, struct type *elttype, const gdb_byte *string, in printstr() 526 ada_printstr (struct ui_file *stream, struct type *type, in ada_printstr() 538 struct ui_file *stream, int recurse, in print_variant_part() [all …]
|
| D | typeprint.c | 85 print_offset_data::maybe_print_hole (struct ui_file *stream, in maybe_print_hole() 125 struct ui_file *stream) in update() 184 struct ui_file *stream) in finish() 374 typedef_print (struct type *type, struct symbol *newobj, struct ui_file *stream) in typedef_print() 387 type_print (struct type *type, const char *varstring, struct ui_file *stream, in type_print() 417 type_print_unknown_return_type (struct ui_file *stream) in type_print_unknown_return_type() 615 print_type_scalar (struct type *type, LONGEST val, struct ui_file *stream) in print_type_scalar() 692 print_type_fixed_point (struct type *type, struct ui_file *stream) in print_type_fixed_point() 733 show_print_type_methods (struct ui_file *file, int from_tty, in show_print_type_methods() 750 show_print_type_typedefs (struct ui_file *file, int from_tty, in show_print_type_typedefs() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-out.h | 26 struct ui_file; 38 void put (struct ui_file *stream); 48 ui_file *current_stream () const override in current_stream() 84 virtual void do_redirect (struct ui_file *outstream) override; 142 std::vector<ui_file *> m_streams; 151 void mi_out_put (ui_out *uiout, struct ui_file *stream);
|
| D | mi-console.h | 26 class mi_console_file : public ui_file 31 mi_console_file (ui_file *raw, const char *prefix, char quote); 34 void set_raw (ui_file *raw); 46 ui_file *m_raw;
|
| D | mi-out.c | 131 ui_file *stream = m_streams.back (); in do_field_string() 147 ui_file *stream = m_streams.back (); in do_field_fmt() 188 mi_ui_out::do_redirect (ui_file *outstream) in do_redirect() 208 ui_file *stream = m_streams.back (); in open() 234 ui_file *stream = m_streams.back (); in close() 304 mi_ui_out::put (ui_file *where) in put() 363 mi_out_put (ui_out *uiout, struct ui_file *stream) in mi_out_put()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-interp.h | 49 ui_file *out; 50 ui_file *err; 51 ui_file *log; 52 ui_file *targ;
|