summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoreDump/Reader.h
AgeCommit message (Expand)Author
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-07-27LibCoreDump: Make symbolication work when .text isn't the first segmentGunnar Beutner
2021-06-29Kernel+LibCoreDump: Implement more x86_64 coredump functionalityGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-01-15LibCoreDump: Expose arguments and environmentLinus Groh
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfoLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling