mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt/Debugger: Add Show in Code / Show in Memory
This commit is contained in:
parent
0a8e04e469
commit
3e3f9565ec
9 changed files with 40 additions and 0 deletions
|
@ -34,8 +34,10 @@ public:
|
|||
|
||||
void ToggleBreakpoint();
|
||||
void AddBreakpoint();
|
||||
|
||||
signals:
|
||||
void RequestPPCComparison(u32 addr);
|
||||
void ShowMemory(u32 address);
|
||||
void SymbolsChanged();
|
||||
void BreakpointsChanged();
|
||||
|
||||
|
@ -57,6 +59,7 @@ private:
|
|||
|
||||
void OnFollowBranch();
|
||||
void OnCopyAddress();
|
||||
void OnShowInMemory();
|
||||
void OnCopyFunction();
|
||||
void OnCopyCode();
|
||||
void OnCopyHex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue