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

#include "valprint.h"

Public Attributes

enum val_prettyformat prettyformat
 
bool prettyformat_arrays
 
bool prettyformat_structs
 
bool vtblprint
 
bool unionprint
 
bool addressprint
 
bool nibblesprint
 
bool objectprint
 
unsigned int print_max
 
unsigned int print_max_chars
 
unsigned int repeat_count_threshold
 
int output_format
 
int format
 
bool memory_tag_violations
 
bool stop_print_at_null
 
bool print_array_indexes
 
bool deref_ref
 
bool static_field_print
 
bool pascal_static_field_print
 
bool raw
 
bool summary
 
bool symbol_print
 
int max_depth
 

Detailed Description

Definition at line 38 of file valprint.h.

Member Data Documentation

◆ addressprint

bool value_print_options::addressprint

◆ deref_ref

bool value_print_options::deref_ref

Definition at line 97 of file valprint.h.

Referenced by generic_val_print_ref(), and print_frame_arg().

◆ format

int value_print_options::format

◆ max_depth

int value_print_options::max_depth

Definition at line 119 of file valprint.h.

Referenced by ppscm_print_children(), print_children(), and val_print_check_max_depth().

◆ memory_tag_violations

bool value_print_options::memory_tag_violations

Definition at line 86 of file valprint.h.

Referenced by print_command_1().

◆ nibblesprint

bool value_print_options::nibblesprint

Definition at line 59 of file valprint.h.

Referenced by print_binary_chars().

◆ objectprint

bool value_print_options::objectprint

Definition at line 63 of file valprint.h.

Referenced by c_value_print().

◆ output_format

int value_print_options::output_format

◆ pascal_static_field_print

bool value_print_options::pascal_static_field_print

Definition at line 104 of file valprint.h.

Referenced by pascal_object_print_value_fields().

◆ prettyformat

enum val_prettyformat value_print_options::prettyformat

◆ prettyformat_arrays

bool value_print_options::prettyformat_arrays

◆ prettyformat_structs

bool value_print_options::prettyformat_structs

Definition at line 47 of file valprint.h.

Referenced by common_val_print(), ppscm_print_children(), and print_children().

◆ print_array_indexes

bool value_print_options::print_array_indexes

◆ print_max

unsigned int value_print_options::print_max

◆ print_max_chars

unsigned int value_print_options::print_max_chars

◆ raw

bool value_print_options::raw

◆ repeat_count_threshold

unsigned int value_print_options::repeat_count_threshold

◆ static_field_print

bool value_print_options::static_field_print

Definition at line 100 of file valprint.h.

Referenced by cp_print_value_fields().

◆ stop_print_at_null

bool value_print_options::stop_print_at_null

◆ summary

bool value_print_options::summary

◆ symbol_print

bool value_print_options::symbol_print

◆ unionprint

bool value_print_options::unionprint

◆ vtblprint

bool value_print_options::vtblprint

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