mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
HackStudio: Add ability to set hardware watchpoints on variables
We can now add a watchpoint to a variable by right clicking on it in the variable view, and selecting add watchpoint. To remove a watchpoint, the exact same action is repeated, except it will now say remove watchpoint.
This commit is contained in:
parent
e0be8a3f59
commit
52e194c543
2 changed files with 46 additions and 31 deletions
|
@ -56,6 +56,8 @@ private:
|
|||
|
||||
NonnullRefPtr<GUI::Widget> build_variables_tab();
|
||||
NonnullRefPtr<GUI::Widget> build_registers_tab();
|
||||
bool does_variable_support_writing(const Debug::DebugInfo::VariableInfo*);
|
||||
RefPtr<GUI::Menu> get_context_menu_for_variable(const GUI::ModelIndex&);
|
||||
|
||||
RefPtr<GUI::TreeView> m_variables_view;
|
||||
RefPtr<GUI::TableView> m_registers_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue