1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 14:05:09 +00:00
serenity/Libraries/LibDebug/Dwarf
Andreas Kling 75da835ffb LibDebug: Allow DWARF compilation unit header version <= 4
I think this is okay, the main thing to protect against is new versions
of the format that we don't know about yet.

This happens because an .S file compiled into libc.so has version 2
instead of version 4 like everything else.

Fixes #4491.
2020-12-23 00:53:27 +01:00
..
AbbreviationsMap.cpp LibDebug: Use move semantics when populating abbreviations map 2020-11-08 23:05:34 +01:00
AbbreviationsMap.h LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
CompilationUnit.cpp LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
CompilationUnit.h LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
DIE.cpp LibDebug: Avoid copying AttributeSpecifications when iterating them 2020-11-08 22:52:22 +01:00
DIE.h LibDebug: Shrink some of the high-volume data structures 2020-11-08 22:39:39 +01:00
DwarfInfo.cpp LibDebug: Allow DWARF compilation unit header version <= 4 2020-12-23 00:53:27 +01:00
DwarfInfo.h LibELF+LibDebug: Remove use of ByteBuffer::wrap() 2020-12-19 13:14:00 +01:00
DwarfTypes.h LibDebug: Shrink some of the high-volume data structures 2020-11-08 22:39:39 +01:00
Expression.cpp AK: Move memory streams into their own header. 2020-09-01 17:25:26 +02:00
Expression.h Kernel: Fix various forward declarations 2020-09-12 13:46:15 +02:00
LineProgram.cpp LibDebug: Oops, file:line info should have '/' between directory & file 2020-11-15 15:12:13 +01:00
LineProgram.h LibDebug: Use FlyString for file paths 2020-11-16 09:10:49 +01:00