debugger: reset memory cache after stepping

It's better when one wants up-to-date data...
This commit is contained in:
hjk
2009-09-29 09:32:40 +02:00
parent b944e1eb14
commit 1803ee2f91
3 changed files with 11 additions and 0 deletions

View File

@@ -153,6 +153,8 @@ struct Session
struct Snapshot
{
void reset();
uint registers[RegisterCount];
typedef QHash<uint, QByteArray> Memory;
Memory memory;