1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 02:45:06 +00:00
serenity/Userland/Libraries/LibDebug
Gunnar Beutner 9bcdbe205b LibDebug: Implement support for AttributeDataForm::ImplicitConst
While symbolicating a crash dump for UserspaceEmulator I came across
another data form we didn't support.

ImplicitConst encodes a LEB128 value in the abbreviation record
rather than - like all other values - in the .debug_info section.
2021-04-29 08:02:52 +02:00
..
Dwarf LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DebugInfo.cpp LibDebug: Implement support for DWARF 5 line programs 2021-04-28 23:10:48 +02:00
DebugInfo.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DebugSession.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DebugSession.h Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
StackFrameUtils.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackFrameUtils.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00