mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 11:22:07 +00:00
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. |
||
|---|---|---|
| .. | ||
| BacktraceModel.cpp | ||
| BacktraceModel.h | ||
| BreakpointCallback.h | ||
| Debugger.cpp | ||
| Debugger.h | ||
| DebugInfoWidget.cpp | ||
| DebugInfoWidget.h | ||
| DisassemblyModel.cpp | ||
| DisassemblyModel.h | ||
| DisassemblyWidget.cpp | ||
| DisassemblyWidget.h | ||
| RegistersModel.cpp | ||
| RegistersModel.h | ||
| VariablesModel.cpp | ||
| VariablesModel.h | ||