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

@ -201,6 +201,7 @@ private:
QAction* m_show_registers;
QAction* m_show_watch;
QAction* m_show_breakpoints;
QAction* m_show_memory;
// Symbols
QMenu* m_symbols;