1 #ifndef AESALON_MONITOR_PTRACE_MAIN_OBSERVER_H
2 #define AESALON_MONITOR_PTRACE_MAIN_OBSERVER_H
4 #include "BreakpointObserver.h"
10 class MainObserver
: public BreakpointObserver
{
12 virtual void handle_breakpoint(const BreakpointReference
&breakpoint
);
16 } // namespace Monitor
17 } // namespace Aesalon