GDB (xrefs)
|
#include "frame.h"
Public Attributes | |
struct symbol * | sym |
struct value * | val |
char * | error |
const char * | entry_kind |
const char* frame_arg::entry_kind |
Definition at line 710 of file frame.h.
Referenced by enumerate_args(), list_arg_or_local(), list_args_or_locals(), print_frame_arg(), print_frame_args(), py_print_single_arg(), and read_frame_arg().
char* frame_arg::error |
Definition at line 699 of file frame.h.
Referenced by enumerate_args(), list_arg_or_local(), list_args_or_locals(), print_frame_arg(), print_frame_args(), read_frame_arg(), and read_frame_local().
struct symbol* frame_arg::sym |
Definition at line 691 of file frame.h.
Referenced by gdb.FrameDecorator.SymValueWrapper::__init__(), list_arg_or_local(), list_args_or_locals(), print_frame_arg(), print_frame_args(), py_print_single_arg(), read_frame_arg(), read_frame_local(), and gdb.FrameDecorator.SymValueWrapper::symbol().
struct value* frame_arg::val |
Definition at line 695 of file frame.h.
Referenced by gdb.FrameDecorator.SymValueWrapper::__init__(), gdb.printing._EnumInstance::__init__(), gdb-gdb.TypeFlagsPrinter::__str__(), gdb-gdb.StructMainTypePrettyPrinter::bounds_img(), gdb-gdb.StructMainTypePrettyPrinter::flags_to_string(), list_arg_or_local(), gdb-gdb.StructMainTypePrettyPrinter::owner_to_string(), print_frame_arg(), py_print_single_arg(), read_frame_arg(), read_frame_local(), gdb-gdb.StructMainTypePrettyPrinter::struct_field_img(), gdb-gdb.StructTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::to_string(), gdb.printing._EnumInstance::to_string(), gdb-gdb.StructMainTypePrettyPrinter::type_specific_img(), and gdb.FrameDecorator.SymValueWrapper::value().