llvm-project/lldb/source/Plugins/SymbolFile/NativePDB
Raphael Isemann e3dd82ae3c [lldb] Don't leak LineSequence in PDB parsers
`InsertSequence` doesn't take ownership of the pointer so releasing this pointer
is just leaking memory.

Follow up to D100806 that was fixing other leak sanitizer test failures

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D100846
2021-04-22 14:11:01 +02:00
..
CMakeLists.txt [lldb][PDB] Add ObjectFile PDB plugin 2020-10-26 10:28:48 -07:00
CodeViewRegisterMapping.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
CodeViewRegisterMapping.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CompileUnitIndex.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
CompileUnitIndex.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFLocationExpression.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFLocationExpression.h Remove unused Endian.h includes, NFC 2020-03-11 15:45:34 -07:00
PdbAstBuilder.cpp [lldb] Unify the two CreateTypedef implementations in TypeSystemClang 2020-12-17 10:49:26 +01:00
PdbAstBuilder.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PdbFPOProgramToDWARFExpression.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +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 [lldb][PDB] Add ObjectFile PDB plugin 2020-10-26 10:28:48 -07:00
PdbSymUid.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
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][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
PdbUtil.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
SymbolFileNativePDB.cpp [lldb] Don't leak LineSequence in PDB parsers 2021-04-22 14:11:01 +02:00
SymbolFileNativePDB.h [lldb][PDB] Add ObjectFile PDB plugin 2020-10-26 10:28:48 -07:00
UdtRecordCompleter.cpp [lldb][PDB] Constexpr static member values as AST literals 2020-06-25 11:27:16 +03:00
UdtRecordCompleter.h [lldb][PDB] Constexpr static member values as AST literals 2020-06-25 11:27:16 +03:00