1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 17:27:35 +00:00
serenity/Userland/Libraries/LibCoredump
Maciej 6df246091b LibCoredump: Add stack frame entry even if there is no object info
We know the object name and are able to include it. Function name and
source position are still unknown and will just be displayed as "??? ()"
2022-02-04 20:03:47 +01:00
..
Backtrace.cpp LibCoredump: Add stack frame entry even if there is no object info 2022-02-04 20:03:47 +01:00
Backtrace.h LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00
CMakeLists.txt LibCoredump: Add Coredump::Inspector 2021-11-20 21:22:24 +00:00
Forward.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Inspector.cpp LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts 2022-01-28 22:51:27 +00:00
Inspector.h LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance 2022-01-28 22:51:27 +00:00
Reader.cpp LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00
Reader.h LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00