serenity/Userland/DevTools/HackStudio/Debugger
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
BacktraceModel.cpp HackStudio: Correctly handle invalid addresses during backtrace creation 2024-01-12 16:49:44 -07:00
BacktraceModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BreakpointCallback.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Debugger.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Debugger.h HackStudio: Make Editor ask Debugger if a breakpoint was added/removed 2024-01-14 18:48:41 -07:00
DebugInfoWidget.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DebugInfoWidget.h
DisassemblyModel.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DisassemblyModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DisassemblyWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DisassemblyWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RegistersModel.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RegistersModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
VariablesModel.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
VariablesModel.h