1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 16:11:00 +00:00
serenity/Applications/CrashDaemon
Linus Groh b13b27b4d2 Applications: Add CrashReporter :^)
This is a simple application that can read a coredump file and display
information regarding the crash, like the application's name and icon
and a backtrace. It will be launched by CrashDaemon whenever a new
coredump is available.
Also, it's mostly written in GML! :^)

Closes #400, but note that, unlike mentioned in that issue, this
implementation doesn't ignore applications that "have been started in
the terminal". That's just overcomplicating things, IMO. When my js(1)
REPL segfaults, I want to see a backtrace!
2020-12-29 15:42:30 +01:00
..
CMakeLists.txt LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace 2020-12-29 15:42:30 +01:00
main.cpp Applications: Add CrashReporter :^) 2020-12-29 15:42:30 +01:00