ladybird/Userland/Libraries/LibDebug
FalseHonesty bffa1a0df8 LibDebug: Stop parsing unhandled variable types
Previously, when trying to debug variables with more complex
types (such as String), we would crash the debugger simply because
it didn't know how to handle types that were irrelevant anyways.
Now we just skip data we don't yet know how to handle.
2021-04-12 22:43:33 +02:00
..
Dwarf Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt
DebugInfo.cpp LibDebug: Stop parsing unhandled variable types 2021-04-12 22:43:33 +02:00
DebugInfo.h LibDebug: Stop parsing unhandled variable types 2021-04-12 22:43:33 +02:00
DebugSession.cpp Everywhere: Remove pessimizing and redundant move() 2021-03-17 16:30:15 +01:00
DebugSession.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
StackFrameUtils.cpp
StackFrameUtils.h