GDB (xrefs)
|
#include "frame.h"
Public Attributes | |
struct symbol * | sym = nullptr |
struct value * | val = nullptr |
gdb::unique_xmalloc_ptr< char > | error |
const char * | entry_kind = nullptr |
const char* frame_arg::entry_kind = nullptr |
Definition at line 742 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().
gdb::unique_xmalloc_ptr<char> frame_arg::error |
Definition at line 731 of file frame.h.
Referenced by list_arg_or_local(), print_frame_arg(), py_print_single_arg(), read_frame_arg(), and read_frame_local().
struct symbol* frame_arg::sym = nullptr |
Definition at line 723 of file frame.h.
Referenced by gdb.FrameDecorator.SymValueWrapper::__init__(), enumerate_args(), 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 = nullptr |
Definition at line 727 of file frame.h.
Referenced by gdb.printing._EnumInstance::__init__(), gdb.FrameDecorator.SymValueWrapper::__init__(), gdb.printer.bound_registers.MpxBound128Printer::__init__(), gdb-gdb.TypeFlagsPrinter::__str__(), gdb-gdb.StructMainTypePrettyPrinter::bound_img(), gdb-gdb.StructMainTypePrettyPrinter::bounds_img(), enumerate_args(), 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.printer.bound_registers.MpxBound128Printer::to_string(), gdb.printing._EnumInstance::to_string(), gdb-gdb.StructTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::type_specific_img(), and gdb.FrameDecorator.SymValueWrapper::value().