summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Debugger/RegistersModel.cpp
AgeCommit message (Expand)Author
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2022-12-28HackStudio: Remove i686 supportLiav A
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2021-08-21HackStudio: Fix ds => fs typo in fs changed check in RegistersModelLuke Wilde
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling