1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Userland/Libraries/LibCoreDump
Gunnar Beutner 25c73159ce LibCoreDump: Don't subtract one from the first stack frame's EIP
The first stack frame represents the current instruction pointer
rather than the return address so we shouldn't subtract one
from it.

Fixes #8162.
2021-06-20 10:19:02 +01:00
..
Backtrace.cpp LibCoreDump: Don't subtract one from the first stack frame's EIP 2021-06-20 10:19:02 +01:00
Backtrace.h LibCoreDump: Include source locations of inlined functions in backtrace 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