ladybird/Userland/Libraries/LibDebug
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
..
Dwarf LibDebug: Keep track of the SetEpilogueBegin LineProgram OpCode 2023-06-27 12:40:38 +02:00
CMakeLists.txt LibDebug: Stub out LocListX and remove stub expression evaluator 2023-05-14 09:21:08 +02:00
DebugInfo.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
DebugInfo.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
DebugSession.cpp LibDebug: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
DebugSession.h LibDebug: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
LoadedLibrary.h LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
ProcessInspector.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProcessInspector.h Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
StackFrameUtils.cpp LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance 2022-01-28 22:51:27 +00:00
StackFrameUtils.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00