summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
AgeCommit message (Expand)Author
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
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-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-05Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-21Further reduction of Clang-related header inclusion.Bruce Mitchener
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-18More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-30Fix issues with separate symbolfile handlingTamas Berghammer
2015-07-29First part of an attempt to indicate to the user when they are Jason Molenda
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-04-20This patch implements several improvements to theSean Callanan
2014-07-08Fix typos.Bruce Mitchener