GDB (xrefs)
|
#include "valprint.h"
Public Attributes | |
int | count |
char | format |
char | size |
bool | print_tags |
unsigned char | raw |
Definition at line 277 of file valprint.h.
int format_data::count |
Definition at line 279 of file valprint.h.
Referenced by gdb.dap.varref.VariableReference::_update_value(), gdb.dap.varref.VariableReference::child_count(), decode_format(), display_command(), do_examine(), do_one_display(), validate_format(), and x_command().
char format_data::format |
Definition at line 280 of file valprint.h.
Referenced by decode_format(), display_command(), do_examine(), do_one_display(), output_command(), print_command_parse_format(), validate_format(), and x_command().
bool format_data::print_tags |
Definition at line 282 of file valprint.h.
Referenced by decode_format(), do_examine(), and x_command().
unsigned char format_data::raw |
Definition at line 286 of file valprint.h.
Referenced by decode_format(), display_command(), do_one_display(), output_command(), print_command_parse_format(), and x_command().
char format_data::size |
Definition at line 281 of file valprint.h.
Referenced by decode_format(), display_command(), do_examine(), do_one_display(), output_command(), validate_format(), and x_command().