Package ghidra.app.plugin.exceptionhandlers.gcc.structures.gccexcepttable


package ghidra.app.plugin.exceptionhandlers.gcc.structures.gccexcepttable
  • Classes
    Class
    Description
    A record that associates the type info with a catch action.
    Defines the follow-on behavior of how to handle an exception in the context of the exceptions' C++ type.
    Defines the bounds of a try-catch region.
    Defines the specific program regions that may throw an exception within the context of the LSDA.
    Defines the bounds of exception unwinding support, within a function, and unwind procedures.
    The Language Specific Data Area (LSDA) serves as a reference to the runtime for how to respond to an exception.
    Stores addresses of __type_info structures for thrown values.