summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
AgeCommit message (Expand)Author
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-06-09[lldb][NFCI] Delete unused member from SymbolFileSymtabAlex Langford
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-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-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
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-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl
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-11Remove header grouping comments.Jonas Devlieghere
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
2017-03-03Remove some dead code in FileSpec.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra
2015-10-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-24Rename clang_type -> compiler_type for variables.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-04-20This patch implements several improvements to theSean Callanan
2013-07-11Huge change to clean up types.Greg Clayton
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-02-10Extended function lookup to allow the user toSean Callanan
2011-12-03Added the ability for clients to grab a set of symbol table indexes and thenGreg Clayton
2011-12-03Testcase fixes with the new symbol lookup code forSean Callanan
2011-12-02Modified the Objective-C type map in SymbolFileSymtabSean Callanan
2011-12-02Added support for extracting method information fromSean Callanan
2011-11-30Added support to the Objective-C language runtimeSean Callanan
2011-10-13Completed the glue that passes a ClangNamespaceDecl *Sean Callanan
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-11-10Added initial support to the lldb_private::SymbolFile for findingGreg Clayton
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton