summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoredump/Reader.cpp
AgeCommit message (Expand)Author
2021-11-20LibCoredump: Add Reader::for_each_libraryItamar
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-10Everywhere: Move shared library checks into a common functionTim Schumacher
2021-11-10LibCoredump: Restrict library name check when querying symbolsTim Schumacher
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