summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-5/+3
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-13/+13
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+2
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* 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-191-4/+3
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-3/+1
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-16/+10
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-1/+3
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+6
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-1/+1
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+1
* 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
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-253/+192
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-1/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+6
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-1/+1
* 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-171-8/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-63/+0
* More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton2015-08-181-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* 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-201-0/+6
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-14/+0
* Huge change to clean up types.Greg Clayton2013-07-111-3/+3
* 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-181-0/+6
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-58/+0
* This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham2012-10-271-1/+4
* <rdar://problem/11757916>Greg Clayton2012-08-291-3/+11
* Save more memory by not parsing the symbol table for stand alone DWARF files....Greg Clayton2012-04-261-10/+1
* We now record metadata for Objective-C interfaces,Sean Callanan2012-04-181-1/+2
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+2
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Extended function lookup to allow the user toSean Callanan2012-02-101-2/+2
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
OpenPOWER on IntegriCloud