1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 23:35:08 +00:00
serenity/Userland/DevTools/HackStudio/Debugger
Luke Wilde 4ab8939670 HackStudio: Fix ds => fs typo in fs changed check in RegistersModel
The changed check for `fs` was accidentally comparing the current `ds`
to the previous `fs`.
2021-08-21 08:41:27 +02:00
..
BacktraceModel.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
BacktraceModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
BreakpointCallback.h Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
Debugger.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
Debugger.h HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebuggerGlobalJSObject.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebuggerGlobalJSObject.h LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
DebuggerVariableJSObject.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DebuggerVariableJSObject.h LibJS: Remove the non-standard put helper and replace it's usages 2021-07-06 14:20:30 +01:00
DebugInfoWidget.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebugInfoWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DisassemblyModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DisassemblyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DisassemblyWidget.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DisassemblyWidget.h LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers 2021-04-22 23:15:33 +02:00
EvaluateExpressionDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
EvaluateExpressionDialog.h HackStudio: Add evaluate expression popup to debugger 2021-04-25 19:03:57 +02:00
RegistersModel.cpp HackStudio: Fix ds => fs typo in fs changed check in RegistersModel 2021-08-21 08:41:27 +02:00
RegistersModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
VariablesModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
VariablesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00