Added FreeObserver() and all assorted code that goes with it.version_0.0.8
commitc1a24407dc459db303c59e69c035d0730d962dfc
authorstrange <kawk256@gmail.com>
Thu, 21 Jan 2010 01:36:50 +0000 (20 18:36 -0700)
committerstrange <kawk256@gmail.com>
Thu, 21 Jan 2010 01:36:50 +0000 (20 18:36 -0700)
treeeb440f423c26a0d22e296870788e2589bd8e51a5
parent4ae013ecea326778b29edd8e21cd3964bb40ec6b
Added FreeObserver() and all assorted code that goes with it.

The aesalon GUI now actually does something partially useful, rather than just
being pretty. Realloc calls are still not handled, but malloc() and free()
calls work very well.
TODO
src/gui/ActiveSessionBlockView.cpp
src/monitor/ProgramManager.cpp
src/monitor/ProgramManager.h
src/monitor/ptrace/FreeObserver.cpp [new file with mode: 0644]
src/monitor/ptrace/FreeObserver.h [new file with mode: 0644]
src/monitor/ptrace/MallocObserver.cpp
src/monitor/ptrace/MallocObserver.h
src/monitor/ptrace/Portal.cpp
src/monitor/ptrace/Portal.h
tests/interactive_malloc_test.c