summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoreDump
AgeCommit message (Expand)Author
2021-08-08LibCoreDump: Make narrowing `uint64_t` => `FlatPtr` conversion explicitDaniel Bertalan
2021-08-06LibDebug+Everywhere: Make DebugInfo not own the ELF imageAli Mohammad Pur
2021-07-27LibCoreDump: Make symbolication work when .text isn't the first segmentGunnar Beutner
2021-07-13LibDebug: Implement symbolication for x86_64Gunnar Beutner
2021-06-30LibCoreDump: Change Backtrace debug info cache to member variableMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-29Kernel+LibCoreDump: Implement more x86_64 coredump functionalityGunnar Beutner
2021-06-24Userland: Add more TODO()s for arch-specific codeGunnar Beutner
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