mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Debugger CodeViewWidget: Add context options for making and managing Notes. Add popup dialog for editing functions and notes.
This commit is contained in:
@ -87,13 +87,15 @@ private:
|
||||
void OnCopyFunction();
|
||||
void OnCopyCode();
|
||||
void OnCopyHex();
|
||||
void OnRenameSymbol();
|
||||
void OnSelectionChanged();
|
||||
void OnSetSymbolSize();
|
||||
void OnSetSymbolEndAddress();
|
||||
void OnRunToHere();
|
||||
void OnAddFunction();
|
||||
void OnEditSymbol();
|
||||
void OnDeleteSymbol();
|
||||
void OnAddNote();
|
||||
void OnPPCComparison();
|
||||
void OnEditNote();
|
||||
void OnDeleteNote();
|
||||
void OnInsertBLR();
|
||||
void OnInsertNOP();
|
||||
void OnReplaceInstruction();
|
||||
|
Reference in New Issue
Block a user