mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Qt/Debugger: Implement "Memory" widget
This commit is contained in:
parent
5c83e18fbd
commit
95ae4b34d9
14 changed files with 1195 additions and 1 deletions
|
@ -32,13 +32,13 @@ public:
|
|||
void ToggleBreakpoint();
|
||||
void AddBreakpoint();
|
||||
|
||||
void Update();
|
||||
signals:
|
||||
void BreakpointsChanged();
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
void Update();
|
||||
void UpdateCallstack();
|
||||
void UpdateSymbols();
|
||||
void UpdateFunctionCalls(Symbol* symbol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue