ladybird/Libraries/LibDebug
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
..
Dwarf LibDebug: Allow DWARF compilation unit header version <= 4 2020-12-23 00:53:27 +01:00
CMakeLists.txt HackStudio: Implement "Step Out" debugging action 2020-08-22 09:48:59 +02:00
DebugInfo.cpp LibELF+LibDebug: Remove use of ByteBuffer::wrap() 2020-12-19 13:14:00 +01:00
DebugInfo.h LibDebug: Use FlyString for file paths 2020-11-16 09:10:49 +01:00
DebugSession.cpp LibDebug: Clean up DebugSession construction a little bit 2020-12-11 22:59:46 +01:00
DebugSession.h LibDebug: Clean up DebugSession construction a little bit 2020-12-11 22:59:46 +01:00
StackFrameUtils.cpp LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
StackFrameUtils.h LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00