51 xsnprintf (buf,
sizeof (buf),
"<unknown %d>", opcode);
57#include "std-operator.def"
87 gdb_printf (stream, _(
"%*sString: %s\n"), depth,
"", str.c_str ());
93 gdb_printf (stream, _(
"%*sType: "), depth,
"");
101 gdb_printf (stream, _(
"%*sConstant: %s\n"), depth,
"",
102 core_addr_to_string (addr));
108 gdb_printf (stream, _(
"%*sInternalvar: $%s\n"), depth,
"",
115 gdb_printf (stream, _(
"%*sSymbol: %s\n"), depth,
"",
123 gdb_printf (stream, _(
"%*sMinsym %s in objfile %s\n"), depth,
"",
130 gdb_printf (stream, _(
"%*sBlock: %p\n"), depth,
"", bl);
137 gdb_printf (stream, _(
"%*sBlock symbol:\n"), depth,
"");
144 type_instance_flags
flags)
146 gdb_printf (stream, _(
"%*sType flags: "), depth,
"");
158 gdb_printf (stream, _(
"%*sC string flags: "), depth,
"");
186 gdb_printf (stream, _(
"%*sRange:"), depth,
"");
188 gdb_puts (_(
"low-default "), stream);
190 gdb_puts (_(
"high-default "), stream);
192 gdb_puts (_(
"high-exclusive "), stream);
200 const std::unique_ptr<ada_component> &comp)
202 comp->dump (stream, depth);
208 gdb_printf (stream, _(
"%*sFloat: "), depth,
"");
void dump(struct ui_file *stream, int depth) const override
const char * op_name(enum exp_opcode opcode)
void ATTRIBUTE_USED debug_exp(struct expression *exp)
@ RANGE_LOW_BOUND_DEFAULT
@ RANGE_HIGH_BOUND_EXCLUSIVE
@ RANGE_HIGH_BOUND_DEFAULT
@ TYPE_INSTANCE_FLAG_CONST
@ TYPE_INSTANCE_FLAG_VOLATILE
mach_port_t kern_return_t mach_port_t mach_msg_type_name_t msgportsPoly mach_port_t kern_return_t pid_t pid mach_port_t kern_return_t mach_port_t task mach_port_t kern_return_t int flags
static void dump_for_expression(struct ui_file *stream, int depth, const operation_up &op)
const char * objfile_name(const struct objfile *objfile)
const struct block * block
struct minimal_symbol * minsym
const char * print_name() const
void type_print(struct type *type, const char *varstring, struct ui_file *stream, int show)
void gdb_printf(struct ui_file *stream, const char *format,...)
void gdb_flush(struct ui_file *stream)
void gdb_puts(const char *linebuffer, struct ui_file *stream)
void print_floating(const gdb_byte *valaddr, struct type *type, struct ui_file *stream)
const char * internalvar_name(const struct internalvar *var)