GDB (xrefs)
|
Public Attributes | |
struct display * | next |
char * | exp_string |
struct expression * | exp |
int | number |
struct format_data | format |
struct program_space * | pspace |
struct block * | block |
int | enabled_p |
Definition at line 128 of file printcmd.c.
struct block* display::block |
Definition at line 149 of file printcmd.c.
Referenced by clear_dangling_display_expressions(), display_info(), and do_one_display().
Definition at line 152 of file printcmd.c.
Referenced by disable_display(), display_info(), do_enable_disable_display(), do_one_display(), and enable_disable_display_command().
struct expression* display::exp |
Definition at line 137 of file printcmd.c.
Referenced by clear_dangling_display_expressions(), display_command(), do_one_display(), and free_display().
char* display::exp_string |
Definition at line 134 of file printcmd.c.
Referenced by display_info(), do_one_display(), and free_display().
struct format_data display::format |
Definition at line 143 of file printcmd.c.
Referenced by display_info(), and do_one_display().
struct display* display::next |
Definition at line 131 of file printcmd.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), clear_dangling_display_expressions(), clear_displays(), delete_display(), disable_display(), display_info(), and do_displays().
Definition at line 140 of file printcmd.c.
Referenced by disable_display(), display_command(), display_info(), do_one_display(), and map_display_numbers().
struct program_space* display::pspace |
Definition at line 146 of file printcmd.c.
Referenced by clear_dangling_display_expressions(), and do_one_display().