Debugger BreakpointWidget: Allow editing breakpoints

This commit is contained in:
JoshuaMK 2022-11-20 22:11:15 -06:00 committed by Admiral H. Curtiss
commit dd2282324b
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
8 changed files with 199 additions and 64 deletions

View file

@ -44,6 +44,7 @@ private:
void OnDelete();
void OnClear();
void OnNewBreakpoint();
void OnEditBreakpoint(u32 address, bool is_instruction_bp);
void OnLoad();
void OnSave();
void OnContextMenu();