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 959 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 948 of file frame.h.
Referenced by list_arg_or_local(), print_frame_arg(), py_print_single_arg(), read_frame_arg(), and read_frame_local().
Definition at line 940 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(), gdb.FrameDecorator.SymValueWrapper::symbol(), and gdb.FrameDecorator.SymValueWrapper::value().
Definition at line 944 of file frame.h.
Referenced by 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-gdb.StructTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::to_string(), and gdb-gdb.StructMainTypePrettyPrinter::type_specific_img().