1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00
serenity/Userland/Libraries/LibCoreDump
Itamar a45ce0c6eb LibCoreDump: Use "eip - 1" when creating backtrace entries
We need to do this because the return address from a function frame is
the instruction that comes after the 'call' instruction.
2021-06-19 14:51:18 +02:00
..
Backtrace.cpp LibCoreDump: Use "eip - 1" when creating backtrace entries 2021-06-19 14:51:18 +02:00
Backtrace.h LibDebug: Store LibDebug objects on the heap & make them non-copyable 2021-06-19 14:51:18 +02:00
CMakeLists.txt LibCoreDump+CrashDaemon: Compress coredumps 2021-03-28 20:42:33 +02:00
Forward.h Everywhere: Use linusg@serenityos.org for my copyright headers 2021-04-22 22:51:19 +02:00
Reader.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Reader.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00