summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-292-3/+14
* 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-102-4/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Discriminate between the lldb_private::Type's for ObjC Classes that come from...Jim Ingham2012-01-121-1/+1
* Removed function information from the symbol tableSean Callanan2011-12-081-52/+3
* Because we now call StartTagDeclarationDefinition()Sean Callanan2011-12-051-1/+1
* Added the ability for clients to grab a set of symbol table indexes and thenGreg Clayton2011-12-032-103/+67
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-032-20/+13
* Modified the Objective-C type map in SymbolFileSymtabSean Callanan2011-12-022-3/+3
* Added support for extracting method information fromSean Callanan2011-12-022-1/+106
* Added support to the Objective-C language runtimeSean Callanan2011-11-302-1/+71
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-132-8/+9
OpenPOWER on IntegriCloud