1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:54:58 +00:00
serenity/Userland/DevTools/HackStudio/Debugger
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
BacktraceModel.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
BacktraceModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
BreakpointCallback.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Debugger.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Debugger.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DebugInfoWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
DebugInfoWidget.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DisassemblyModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
DisassemblyModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
DisassemblyWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
DisassemblyWidget.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
RegistersModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
RegistersModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
VariablesModel.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
VariablesModel.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00