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

Memory access watchpoint. More...

#include <Watchpoint.hh>

Public Member Functions

virtual void callback (std::function< void(Event &)> callback)=0
 Change the callback of the breakpoint.
 
virtual ~Watchpoint ()=default
 

Detailed Description

Memory access watchpoint.

Constructor & Destructor Documentation

◆ ~Watchpoint()

virtual introvirt::Watchpoint::~Watchpoint ( )
virtualdefault

Member Function Documentation

◆ callback()

virtual void introvirt::Watchpoint::callback ( std::function< void(Event &)>  callback)
pure virtual

Change the callback of the breakpoint.

Parameters
callbackThe new callback to run

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