ladybird/Userland/Applications/CrashReporter
Linus Groh 8d0b744ebb CrashReporter: Fix showing assertion info in backtrace
This was needlessly expecting the first backtrace entry function name to
start with '__assertion_failed', which is no longer the case - it's now
something from libsystem.so. Let's just check whether we have an
'assertion' key in the coredump's metadata, just like we do for pledge
violations.
2021-02-19 18:53:00 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CrashReporterWindow.gml CrashReporter: Show arguments and environment 2021-01-15 23:26:47 +01:00
main.cpp CrashReporter: Fix showing assertion info in backtrace 2021-02-19 18:53:00 +01:00