Fixed a minor bug in the dynamic symbol parsing.
commit0122ab8ca17229436a026c90e0cbcc2300de052e
authorstrange <kawk256@gmail.com>
Wed, 6 Jan 2010 21:31:36 +0000 (6 13:31 -0800)
committerstrange <kawk256@gmail.com>
Wed, 6 Jan 2010 21:36:24 +0000 (6 13:36 -0800)
treeaac6b917906ed966b2eb823e8618bdaa9d2031a6
parent1851fca654046040bc1fe6a008118eaf2aaea600
Fixed a minor bug in the dynamic symbol parsing.

The address of malloc is perfectly accessible now, so it's high past time to
try out this ptrace stuff. Next step: to set a breakpoint on malloc().

. . . which brings out an interesting point: how are breakpoints going to be
handled? A system similar to the old gdb system -- observers -- or something
completely new?
src/monitor/ProgramManager.cpp
src/monitor/ProgramManager.h
src/monitor/elf/SymbolParser.cpp
src/monitor/ptrace/TrapObserver.cpp