summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Symtab
AgeCommit message (Expand)Author
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
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-03-03Remove some dead code in FileSpec.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
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
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
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-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-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
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 areJason 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
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
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
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2012-12-19This patch removes the SymbolFileSymtab supportSean Callanan
2012-10-27This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-04-26Save more memory by not parsing the symbol table for stand alone DWARF files....Greg Clayton
2012-04-18We now record metadata for Objective-C interfaces,Sean Callanan
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-10Extended function lookup to allow the user toSean Callanan
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-12Discriminate between the lldb_private::Type's for ObjC Classes that come from...Jim Ingham
2011-12-08Removed function information from the symbol tableSean Callanan