Added support for detecting if mov instructions change memory.
commit0e8cf6ce3f40d657db4820968da138da43d89096
authorstrange <kawk256@gmail.com>
Sun, 8 Nov 2009 20:14:15 +0000 (8 13:14 -0700)
committerstrange <kawk256@gmail.com>
Sun, 8 Nov 2009 20:14:15 +0000 (8 13:14 -0700)
tree1f0a7ad4a57c1977b198087eaffbed380d81f800
parent791e271cd6817ef495787ae743bc4c97997ab879
Added support for detecting if mov instructions change memory.

In other words, breakpoints are actually set now. The next step is to
implement support for resuming the execution of the program. Note that this
part of the gdb interface is time-critical -- this needs to run as fast as
possible.
src/interface/gdb/AssemblyParser.cpp
src/interface/gdb/AssemblyParser.h
src/interface/gdb/Controller.cpp
src/interface/gdb/Processor.cpp