summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoredump/Reader.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13Libraries: Use default constructors/destructors in LibX86Lenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCoredumpLenny Maiorani
2022-02-14LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching librariesSviatoslav Peleshko
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Replace remaining reinterpret_casts and C castsAli Mohammad Pur
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-20LibCoredump: Add Coredump::InspectorItamar
2021-11-20LibCoredump: Add Reader::for_each_libraryItamar
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-09-22LibCoredump: Don't copy uncompressed coredumps into a ByteBufferAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling