GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | name |
CORE_ADDR | types |
CORE_ADDR | imp |
Definition at line 73 of file objc-lang.c.
CORE_ADDR objc_method::imp |
Definition at line 76 of file objc-lang.c.
Referenced by find_implementation_from_class(), and read_objc_method().
CORE_ADDR objc_method::name |
Definition at line 74 of file objc-lang.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), find_implementation_from_class(), read_objc_method(), and gdb.dap.varref.BaseReference::to_object().
CORE_ADDR objc_method::types |
Definition at line 75 of file objc-lang.c.
Referenced by read_objc_method().