forked from qt-creator/qt-creator
debugger: reset memory cache after stepping
It's better when one wants up-to-date data...
This commit is contained in:
@@ -153,6 +153,8 @@ struct Session
|
||||
|
||||
struct Snapshot
|
||||
{
|
||||
void reset();
|
||||
|
||||
uint registers[RegisterCount];
|
||||
typedef QHash<uint, QByteArray> Memory;
|
||||
Memory memory;
|
||||
|
||||
Reference in New Issue
Block a user