summaryrefslogtreecommitdiff
path: root/Userland/Applications/CrashReporter
AgeCommit message (Expand)Author
2021-04-04Kernel+CrashReporter: Add metadata about page faults to crash reportsAndreas Kling
2021-04-04CrashReporter: Only create coredump metadata hash map onceAndreas Kling
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-19CrashReporter: Fix showing assertion info in backtraceLinus Groh
2021-01-20CrashReporter: Show pledge violation in backtraceLinus Groh
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15CrashReporter: Show CPU register state for all threadsLinus Groh
2021-01-15CrashReporter: Show arguments and environmentLinus Groh
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15CrashReporter: Put backtrace TextEditor in a TabWidgetLinus Groh
2021-01-15Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfoLinus Groh
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling