llvm-project/lldb/source/Plugins/SymbolFile
Raphael Isemann d1d6049e9d [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecordType
This code is behind a `if (log)` that is always a nullptr as the initializer
was commented out. One could uncomment the initializer code, but then this logging
code just leads to a deadlock as it tries to aquire the module lock.
This removes the logging code until I get this working again.
2019-11-29 12:13:34 +01:00
..
Breakpad [lldb] Remove FileSpec->CompileUnit inheritance 2019-11-29 11:44:45 +01:00
DWARF [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecordType 2019-11-29 12:13:34 +01:00
NativePDB Replace bitfield in lldb::Type with byte-sized members. (NFC) 2019-11-18 10:00:26 -08:00
PDB [lldb] Remove FileSpec->CompileUnit inheritance 2019-11-29 11:44:45 +01:00
Symtab Add RTTI support to the SymbolFile class hierarchy 2019-11-15 11:52:13 -08:00
CMakeLists.txt Introduce SymbolFileBreakpad and use it to fill symtab 2019-01-11 11:17:51 +00:00