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