llvm-project/lldb/source/Plugins/SymbolFile
Pavel Labath 2cdf108d32 [lldb/DWARF] Add a utility function for (forceful) completion of types
Summary:
Unify the code for requiring a complete type and move it into a single
place. The only functional change is that the "cannot start a definition
of an incomplete type" is upgrated from a runtime error/warning to an
lldbassert. An plain assert might also be fine, since (AFAICT) this can
only happen in case of a programmer error.

Reviewers: teemperor, aprantl, shafik

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D83199
2020-07-07 11:37:55 +02:00
..
Breakpad [lldb/breakpad] Fix register resolution on arm 2020-03-26 13:51:27 +01:00
DWARF [lldb/DWARF] Add a utility function for (forceful) completion of types 2020-07-07 11:37:55 +02:00
NativePDB [lldb][PDB] Constexpr static member values as AST literals 2020-06-25 11:27:16 +03:00
PDB [lldb][PDB] Constexpr static member values as AST literals 2020-06-25 11:27:16 +03:00
Symtab [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
CMakeLists.txt Introduce SymbolFileBreakpad and use it to fill symtab 2019-01-11 11:17:51 +00:00