aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Symtab
AgeCommit message (Expand)AuthorFilesLines
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath1-8/+8
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath1-1/+1
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl2-2/+2
2023-06-09[lldb][NFCI] Delete unused member from SymbolFileSymtabAlex Langford1-3/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata2-0/+2
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan2-4/+4
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath2-11/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath2-8/+0
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2-0/+13
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl2-8/+6
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath2-15/+15
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath1-0/+2
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2-5/+5
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-6/+6
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-12/+0
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl2-2/+2
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-2/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2-4/+2
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2-29/+18
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2-2/+5
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl2-0/+9
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2-2/+2
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner2-2/+2
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-17/+13
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-03-06Move many other files from Core -> Utility.Zachary Turner1-1/+0
2017-03-03Remove some dead code in FileSpec.Zachary Turner1-0/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman1-1/+5
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-332/+255
2016-07-05Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton1-1/+2
2016-01-28Remove autoconf support from source directories.Eugene Zelenko1-14/+0
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2-0/+9
2015-10-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-46/+54
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener2-2/+2
2015-09-21Further reduction of Clang-related header inclusion.Bruce Mitchener1-1/+0
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2-11/+0
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener1-2/+0