ladybird/Libraries/LibDebug
Itamar 20974b0772 LibDebug: Keep going when parent's location info could not be computed
Previously, when trying to parse the location info of a member
variable, we asserted that the location info of its parent is of type
'Address'.

However, there are cases where we cannot compute the location info of
the parent (for example - because we do not yet support the type of
debug info generated for it).
In those cases, it is better to just leave the location info of the
member variable empty instead of crashing.
2021-01-09 10:55:46 +01:00
..
Dwarf Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CMakeLists.txt LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugInfo.cpp LibDebug: Keep going when parent's location info could not be computed 2021-01-09 10:55:46 +01:00
DebugInfo.h LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugSession.cpp LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugSession.h LibDebug: Support shared libraries 2021-01-09 10:55: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