1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

HackStudio: Add a registers view for the current function in debug mode

This commit is contained in:
Luke 2020-08-25 04:39:29 +01:00 committed by Andreas Kling
parent 3ddc42fdf1
commit 916e5e8cb3
5 changed files with 200 additions and 6 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
Debugger/DebugInfoWidget.cpp
Debugger/DisassemblyModel.cpp
Debugger/DisassemblyWidget.cpp
Debugger/RegistersModel.cpp
Debugger/VariablesModel.cpp
Editor.cpp
EditorWrapper.cpp