llvm-project/lldb/source/Plugins/SymbolFile/NativePDB
Zequan Wu 583223cd5e [LLDB][NativePDB] Don't complete static members' types when completing a record type.
`UdtRecordCompleter` shouldn't complete static members' types. static members' types are going to be completed when the types are called in `SymbolFile::CompleteType`.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D121030
2022-03-15 14:06:54 -07:00
..
CMakeLists.txt [lldb][PDB] Add ObjectFile PDB plugin 2020-10-26 10:28:48 -07:00
CodeViewRegisterMapping.cpp
CodeViewRegisterMapping.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CompileUnitIndex.cpp [lldb] Fix use-after-move in SymbolFile/NativePDB 2022-02-14 11:03:26 -08:00
CompileUnitIndex.h Revert "Revert "[LLDB][NativePDB] Add support for inlined functions"" 2022-01-13 14:00:24 -08:00
DWARFLocationExpression.cpp [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER 2022-03-10 12:40:31 -08:00
DWARFLocationExpression.h [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER 2022-03-10 12:40:31 -08:00
PdbAstBuilder.cpp [LLDB][NativePDB] Don't complete static members' types when completing a record type. 2022-03-15 14:06:54 -07:00
PdbAstBuilder.h [LLDB][NativePDB] Fix function decl creation for class methods 2021-12-07 10:41:28 -08:00
PdbFPOProgramToDWARFExpression.cpp Cleanup LLVMDebugInfoCodeView headers 2022-02-08 16:00:36 +01:00
PdbFPOProgramToDWARFExpression.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PdbIndex.cpp [lldb][PDB] Add ObjectFile PDB plugin 2020-10-26 10:28:48 -07:00
PdbIndex.h Remove duplicate forward declarations (NFC) 2022-01-08 11:56:42 -08:00
PdbSymUid.cpp
PdbSymUid.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PdbUtil.cpp [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER 2022-03-10 12:40:31 -08:00
PdbUtil.h [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER 2022-03-10 12:40:31 -08:00
SymbolFileNativePDB.cpp [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER 2022-03-10 12:40:31 -08:00
SymbolFileNativePDB.h Revert "Revert "[LLDB][NativePDB] Add support for inlined functions"" 2022-01-13 14:00:24 -08:00
UdtRecordCompleter.cpp [LLDB][NativePDB] Don't complete static members' types when completing a record type. 2022-03-15 14:06:54 -07:00
UdtRecordCompleter.h [LLDB][NativePDB] Fix function decl creation for class methods 2021-12-07 10:41:28 -08:00