GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ada_exc_info Struct Reference

#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
 

Detailed Description

Definition at line 351 of file ada-lang.h.

Member Function Documentation

◆ operator<()

bool ada_exc_info::operator< ( const ada_exc_info & other) const

Definition at line 12893 of file ada-lang.c.

References addr, and name.

◆ operator==()

bool ada_exc_info::operator== ( const ada_exc_info & other) const

Definition at line 12907 of file ada-lang.c.

References addr, and name.

Member Data Documentation

◆ addr

CORE_ADDR ada_exc_info::addr

Definition at line 357 of file ada-lang.h.

Referenced by operator<(), and operator==().

◆ name

const char* ada_exc_info::name

The documentation for this struct was generated from the following files: