More advanced memory watches
commit0a41e8d9012b0c41ddcd80fab44f43da465d741c
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Fri, 10 Jan 2014 10:09:19 +0000 (10 12:09 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Fri, 10 Jan 2014 10:12:14 +0000 (10 12:12 +0200)
tree57caee5d8cd5ce0656d25cf6a809215651418b14
parentc0faaf1fceb6b3f8e26bf7a95255defb27b85fb8
More advanced memory watches
35 files changed:
include/core/memorywatch.hpp
include/library/framebuffer.hpp
include/library/gc.hpp [new file with mode: 0644]
include/library/mathexpr-error.hpp [new file with mode: 0644]
include/library/mathexpr-format.hpp [new file with mode: 0644]
include/library/mathexpr-ntype.hpp [new file with mode: 0644]
include/library/mathexpr.hpp [new file with mode: 0644]
include/library/memorywatch-fb.hpp [new file with mode: 0644]
include/library/memorywatch-list.hpp [new file with mode: 0644]
include/library/memorywatch-null.hpp [new file with mode: 0644]
include/library/memorywatch.hpp [new file with mode: 0644]
include/platform/wxwidgets/loadsave.hpp
include/platform/wxwidgets/platform.hpp
manual.lyx
manual.txt
src/core/framebuffer.cpp
src/core/mainloop.cpp
src/core/memorywatch.cpp
src/core/project.cpp
src/library/framebuffer.cpp
src/library/gc.cpp [new file with mode: 0644]
src/library/mathexpr-error.cpp [new file with mode: 0644]
src/library/mathexpr-format.cpp [new file with mode: 0644]
src/library/mathexpr-ntype.cpp [new file with mode: 0644]
src/library/mathexpr.cpp [new file with mode: 0644]
src/library/memorywatch-fb.cpp [new file with mode: 0644]
src/library/memorywatch-list.cpp [new file with mode: 0644]
src/library/memorywatch-null.cpp [new file with mode: 0644]
src/library/memorywatch.cpp [new file with mode: 0644]
src/lua/memory.cpp
src/platform/wxwidgets/editor-hexedit.cpp
src/platform/wxwidgets/editor-memorywatch.cpp
src/platform/wxwidgets/loadsave.cpp
src/platform/wxwidgets/mainwindow.cpp
src/platform/wxwidgets/memorysearch.cpp