mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
20974b0772
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. |
||
---|---|---|
.. | ||
Dwarf | ||
CMakeLists.txt | ||
DebugInfo.cpp | ||
DebugInfo.h | ||
DebugSession.cpp | ||
DebugSession.h | ||
StackFrameUtils.cpp | ||
StackFrameUtils.h |