mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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
Notes:
sideshowbarker
2024-07-18 19:26:36 +09:00
Author: https://github.com/FalseHonesty
Commit: 52e194c543
Pull-request: https://github.com/SerenityOS/serenity/pull/6353
Reviewed-by: https://github.com/bgianfo ✅
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