summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
AgeCommit message (Expand)Author
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-19[lldb] Allow dumping the state of all scratch TypeSystemsRaphael Isemann
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-21[lldb/win] Default to native PDB reader when LLVM_ENABLE_DIA_SDK=NONico Weber
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2021-04-22[lldb] Don't leak LineSequence in PDB parsersRaphael Isemann
2020-10-13Move initialization of Variable::m_loc_is_const_data into constructor (NFC)Adrian Prantl
2020-09-21[lldb] Delete two unneeded <regex>Fangrui Song
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-31[lldb][NFC] Add safe Decl->CompilerDecl conversion function TypeSystemClangRaphael Isemann
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
2020-01-28Revert "[lldb/PDB] Use the new line table constructor"Pavel Labath
2020-01-28[lldb/PDB] Use the new line table constructorPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-21Fix typosAdrian Prantl
2020-01-21[lldb/DWARF] Fix a leak in line table constructionPavel Labath
2019-12-23[lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann
2019-12-05[lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl
2019-11-12Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl
2019-10-17(NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl
2019-10-01[lldb] Fix unused variable warningJordan Rupprecht
2019-10-01Update SymbolFilePDB for FindTypes API change.Adrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-31Change '|' to '&' in conditional.Richard Trieu
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath
2019-07-25SymbolVendor: Remove the type list memberPavel Labath
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath