summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-031-89/+59
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-031-18/+9
* Modified the Objective-C type map in SymbolFileSymtabSean Callanan2011-12-021-2/+2
* Added support for extracting method information fromSean Callanan2011-12-021-1/+102
* Added support to the Objective-C language runtimeSean Callanan2011-11-301-1/+64
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-4/+4
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-9/+9
* Make sure we have a valid object file before we try getting the symbol tableGreg Clayton2011-06-191-30/+32
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-20/+0
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-20/+10
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-2/+2
* Added initial support to the lldb_private::SymbolFile for findingGreg Clayton2010-11-101-0/+5
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-0/+5
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-4/+3
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-6/+9
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-281-2/+2
* 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/+401
OpenPOWER on IntegriCloud