GDB (xrefs)
Public Attributes | List of all members
display Struct Reference

Public Attributes

struct displaynext
 
char * exp_string
 
expression_up exp
 
int number
 
struct format_data format
 
struct program_spacepspace
 
const struct blockblock
 
int enabled_p
 

Detailed Description

Definition at line 115 of file printcmd.c.

Member Data Documentation

◆ block

const struct block* display::block

◆ enabled_p

int display::enabled_p

◆ exp

expression_up display::exp

Definition at line 124 of file printcmd.c.

Referenced by clear_dangling_display_expressions(), display_command(), and do_one_display().

◆ exp_string

char* display::exp_string

Definition at line 121 of file printcmd.c.

Referenced by display_command(), do_one_display(), free_display(), and info_display_command().

◆ format

struct format_data display::format

Definition at line 130 of file printcmd.c.

Referenced by display_command(), do_one_display(), and info_display_command().

◆ next

struct display* display::next

◆ number

int display::number

◆ pspace

struct program_space* display::pspace

Definition at line 133 of file printcmd.c.

Referenced by clear_dangling_display_expressions(), display_command(), and do_one_display().


The documentation for this struct was generated from the following file: