Continued ripping up the source.
[aesalon.git] / monitor / src / ptrace / MainObserver.h
bloba0f3ab444c64c170eed95cea75bc751ecf0d87cf
1 #ifndef AESALON_MONITOR_PTRACE_MAIN_OBSERVER_H
2 #define AESALON_MONITOR_PTRACE_MAIN_OBSERVER_H
4 #include "BreakpointObserver.h"
6 namespace Aesalon {
7 namespace Monitor {
8 namespace PTrace {
10 class MainObserver : public BreakpointObserver {
11 public:
12 virtual void handle_breakpoint(const BreakpointReference &breakpoint);
15 } // namespace PTrace
16 } // namespace Monitor
17 } // namespace Aesalon
19 #endif