1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:07:43 +00:00
serenity/Libraries/LibCoreDump
Linus Groh 2939ad0110 LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace
Creating a backtrace from a crashdump already existed as a few
standalone functions in CrashDaemon. This patch refactors the code
required for this to make it generally usable and moves it to
CoreDump::Backtrace, which provides both raw data as well as
stringification.
2020-12-29 15:42:30 +01:00
..
Backtrace.cpp LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace 2020-12-29 15:42:30 +01:00
Backtrace.h LibCoreDump+CrashDaemon: Add and use CoreDump::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
Forward.h LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace 2020-12-29 15:42:30 +01:00
Reader.cpp LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace 2020-12-29 15:42:30 +01:00
Reader.h LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace 2020-12-29 15:42:30 +01:00