1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 19:47:34 +00:00
serenity/Userland/Libraries/LibSymbolication
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
..
CMakeLists.txt LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h} 2021-05-22 18:54:22 +02:00
Symbolication.cpp LibCoreDump: Don't subtract one from the first stack frame's EIP 2021-06-20 10:19:02 +01:00
Symbolication.h LibSymbolication+Utilities: Show inlined functions for bt 2021-06-19 22:04:19 +02:00