mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 20:06:17 -05:00
[Debugger] CTRL+G support in code and memory view
This commit is contained in:
@@ -105,12 +105,14 @@ signals:
|
||||
void AutoUpdate();
|
||||
void ShowCode(u32 address);
|
||||
void RequestWatch(QString name, u32 address);
|
||||
void ActivateSearch();
|
||||
|
||||
private:
|
||||
void OnContextMenu(const QPoint& pos);
|
||||
void OnCopyAddress(u32 addr);
|
||||
void OnCopyHex(u32 addr);
|
||||
void UpdateBreakpointTags();
|
||||
void TriggerActivateSearch();
|
||||
void UpdateColumns();
|
||||
void ScrollbarActionTriggered(int action);
|
||||
void ScrollbarSliderReleased();
|
||||
|
||||
Reference in New Issue
Block a user