Changed a few methods in the monitor to speed things up a little.
commit8105c6cc98d638a2a24b06e932926354ffe3d229
authorstrange <kawk256@gmail.com>
Mon, 1 Feb 2010 21:44:32 +0000 (1 14:44 -0700)
committerstrange <kawk256@gmail.com>
Mon, 1 Feb 2010 21:46:42 +0000 (1 14:46 -0700)
tree1b82ed08c7276f12a93371a59328a0b3dfcbdf18
parente6d099d057c7a2a780621ffe48e112f9f8f1c678
Changed a few methods in the monitor to speed things up a little.

While it is faster than it was before, something drastic still needs to be
done. Perhaps creating a shared memory map instead of using
Portal::read_memory() everywhere?

Note that ServerSocket::accept_connections() seems to be malfunctioning
slightly -- the select() call is claiming there is a connection waiting, when
there is in fact not. For the moment, the call to accept_connections() is
simply commented out.
.gitignore
TODO
build.config
monitor/src/CMakeLists.txt
monitor/src/Initializer.cpp
monitor/src/Types.cpp
monitor/src/Types.h
monitor/src/elf/SymbolParser.cpp
monitor/src/ptrace/Portal.cpp
monitor/src/tcp/ServerSocket.cpp
tests/fib_benchmark.c