libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::ExceptionEvent Class Referenceabstract

Interface for x86 exception events. More...

#include <ExceptionEvent.hh>

Public Member Functions

virtual x86::Exception vector () const =0
 Get the vector of the exception that was intercepted.
 
virtual ~ExceptionEvent ()=default
 

Detailed Description

Interface for x86 exception events.

This event is for x86 CPU exceptions, such as software breakpoints.

Constructor & Destructor Documentation

◆ ~ExceptionEvent()

virtual introvirt::ExceptionEvent::~ExceptionEvent ( )
virtualdefault

Member Function Documentation

◆ vector()

virtual x86::Exception introvirt::ExceptionEvent::vector ( ) const
pure virtual

Get the vector of the exception that was intercepted.

Returns
The exception type associated with this event

The documentation for this class was generated from the following file: