serenity/Userland/Libraries/LibCoredump
kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based
Since it will become a stream in a little bit, it should behave like all
non-trivial stream classes, who are not primarily intended to have
shared ownership to make closing behavior more predictable. Across all
uses of MappedFile, there is only one use case of shared mapped files in
LibVideo, which now uses the thin SharedMappedFile wrapper.
2023-09-27 03:22:56 +02:00
..
Backtrace.cpp LibCoredump+CrashReporter: Make CrashReporter work on AArch64 2023-04-23 14:30:59 +02:00
Backtrace.h LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Forward.h
Inspector.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
Inspector.h LibCoredump: Avoid unnecessary conversion to DeprecatedString 2023-05-27 17:30:55 +02:00
Reader.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
Reader.h LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00