GDB (xrefs)
|
#include "ada-lang.h"
Public Member Functions | |
bool | operator< (const ada_exc_info &) const |
bool | operator== (const ada_exc_info &) const |
Public Attributes | |
const char * | name |
CORE_ADDR | addr |
Definition at line 351 of file ada-lang.h.
bool ada_exc_info::operator< | ( | const ada_exc_info & | other | ) | const |
Definition at line 12893 of file ada-lang.c.
bool ada_exc_info::operator== | ( | const ada_exc_info & | other | ) | const |
Definition at line 12907 of file ada-lang.c.
CORE_ADDR ada_exc_info::addr |
Definition at line 357 of file ada-lang.h.
Referenced by operator<(), and operator==().
const char* ada_exc_info::name |
Definition at line 354 of file ada-lang.h.
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__(), operator<(), operator==(), and gdb.dap.varref.BaseReference::to_object().