summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab
Commit message (Expand)AuthorAgeFilesLines
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-152-0/+13
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-012-8/+6
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-312-15/+15
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+2
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-232-5/+5
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-12/+0
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-132-2/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-142-4/+2
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-112-29/+18
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-102-2/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-052-0/+9
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-252-2/+2
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-252-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-17/+13
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+0
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-332/+255
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-1/+2
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-162-0/+9
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-46/+54
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-242-2/+2
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-172-11/+0
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-242-86/+0
* More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton2015-08-182-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-112-2/+2
* Fix issues with separate symbolfile handlingTamas Berghammer2015-07-301-0/+1
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-1/+1
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+1
* This patch implements several improvements to theSean Callanan2015-04-202-0/+9
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-14/+0
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-5/+5
* Huge change to clean up types.Greg Clayton2013-07-112-5/+5
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-5/+5
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-5/+5
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-182-2/+10
* <rdar://problem/13854277>Greg Clayton2013-05-102-14/+6
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+5
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-58/+0
OpenPOWER on IntegriCloud