summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
AgeCommit message (Expand)Author
2022-01-13Revert "Revert "[LLDB][NativePDB] Add support for inlined functions""Zequan Wu
2022-01-12Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova
2022-01-11[LLDB][NativePDB] Add support for inlined functionsZequan Wu
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-11-23[LLDB][NativePDB] Allow find functions by full namesZequan Wu
2021-11-15[LLDB][NativePDB] Fix image lookup by addressZequan Wu
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
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-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu
2020-10-13Replace bool constants with named constants for improved readibility (NFC)Adrian Prantl
2020-10-13Move initialization of Variable::m_loc_is_const_data into constructor (NFC)Adrian Prantl
2020-08-11[LLDB] Improve PDB discoveryAdrian McCarthy
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-17[lldb/Plugin] Fix some issues on WindowsJonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
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
2019-12-17[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann
2019-12-05[lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath
2019-11-18Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl
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-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-11[NativePDB] Remove unused references to ClangASTImporterAlex Langford
2019-10-01Remove size_t return parameter from FindTypesAdrian 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-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
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