Qt/Debugger: Implement "Memory" widget

This commit is contained in:
spycrab
2018-03-16 12:39:53 +01:00
parent 5c83e18fbd
commit 95ae4b34d9
14 changed files with 1195 additions and 1 deletions

View File

@ -27,6 +27,9 @@ public:
bool do_break = true);
void Update();
signals:
void BreakpointsChanged();
protected:
void closeEvent(QCloseEvent*) override;