summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoreDump
AgeCommit message (Expand)Author
2021-06-20LibCoreDump: Don't subtract one from the first stack frame's EIPGunnar Beutner
2021-06-19LibCoreDump: Include source locations of inlined functions in backtraceItamar
2021-06-19LibCoreDump: Use "eip - 1" when creating backtrace entriesItamar
2021-06-19LibDebug: Store LibDebug objects on the heap & make them non-copyableItamar
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibCoreDump: Convert String::format() => String::formatted()Andreas Kling
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibELF: Fix various clang-tidy warningsAndreas Kling
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