summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-79/+63
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+3
* 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-241-1/+1
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-3/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-23/+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
* This patch implements several improvements to theSean Callanan2015-04-201-0/+3
* Huge change to clean up types.Greg Clayton2013-07-111-2/+2
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-2/+4
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Extended function lookup to allow the user toSean Callanan2012-02-101-2/+2
* Added the ability for clients to grab a set of symbol table indexes and thenGreg Clayton2011-12-031-14/+8
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-031-2/+4
* Modified the Objective-C type map in SymbolFileSymtabSean Callanan2011-12-021-1/+1
* Added support for extracting method information fromSean Callanan2011-12-021-0/+4
* Added support to the Objective-C language runtimeSean Callanan2011-11-301-0/+7
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-4/+5
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-11/+0
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Added initial support to the lldb_private::SymbolFile for findingGreg Clayton2010-11-101-0/+4
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-0/+3
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-3/+3
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+136
OpenPOWER on IntegriCloud