GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
print_variable_and_value_data Struct Reference

Public Member Functions

void operator() (const char *print_name, struct symbol *sym)
 

Public Attributes

gdb::optional< compiled_regex > preg
 
gdb::optional< compiled_regex > treg
 
struct frame_id frame_id
 
int num_tabs
 
struct ui_filestream
 
int values_printed
 

Detailed Description

Definition at line 2259 of file stack.c.

Member Function Documentation

◆ operator()()

void print_variable_and_value_data::operator() ( const char * print_name,
struct symbol * sym )

Member Data Documentation

◆ frame_id

struct frame_id print_variable_and_value_data::frame_id

Definition at line 2263 of file stack.c.

Referenced by print_frame_arg_vars(), and print_frame_local_vars().

◆ num_tabs

int print_variable_and_value_data::num_tabs

Definition at line 2264 of file stack.c.

Referenced by operator()(), print_frame_arg_vars(), and print_frame_local_vars().

◆ preg

gdb::optional<compiled_regex> print_variable_and_value_data::preg

Definition at line 2261 of file stack.c.

Referenced by operator()(), print_frame_arg_vars(), and print_frame_local_vars().

◆ stream

struct ui_file* print_variable_and_value_data::stream

◆ treg

gdb::optional<compiled_regex> print_variable_and_value_data::treg

Definition at line 2262 of file stack.c.

Referenced by operator()(), print_frame_arg_vars(), and print_frame_local_vars().

◆ values_printed

int print_variable_and_value_data::values_printed

Definition at line 2266 of file stack.c.

Referenced by operator()(), print_frame_arg_vars(), and print_frame_local_vars().


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