llvm-project/lldb/source/Plugins/SymbolFile
Emre Kultursay e439a463a3 [lldb] Use forward type in pointer-to-member
This change is similar in spirit to the change at:
https://reviews.llvm.org/rG34c697c85e9d0af11a72ac4df5578aac94a627b3

It fixes the problem where the layout of a type was being accessed
while its base classes were not populated yet; which caused an
incorrect layout to be produced and cached.

This fixes PR50054

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D100977
2021-04-26 15:23:58 +02:00
..
Breakpad [lldb] Make symbol list output from `image dump symtab` not depend on internal ordering of DenseMap 2020-09-03 10:27:19 +02:00
DWARF [lldb] Use forward type in pointer-to-member 2021-04-26 15:23:58 +02:00
NativePDB [lldb] Don't leak LineSequence in PDB parsers 2021-04-22 14:11:01 +02:00
PDB [lldb] Don't leak LineSequence in PDB parsers 2021-04-22 14:11:01 +02:00
Symtab [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
CMakeLists.txt Introduce SymbolFileBreakpad and use it to fill symtab 2019-01-11 11:17:51 +00:00