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