summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13338643>Greg Clayton2013-03-041-1/+138
* <rdar://problem/11109570>Greg Clayton2013-02-061-21/+25
* <rdar://problem/11757916>Greg Clayton2012-08-291-15/+26
* <rdar://problem/11291668>Greg Clayton2012-04-241-3/+2
* <rdar://problem/11101372>Sean Callanan2012-03-241-1/+3
* <rdar://problem/10434005>Greg Clayton2012-03-141-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
* Adding the DWARF parser side for assited layout where the AST contextGreg Clayton2012-01-281-0/+13
* <rdar://problem/10681814>Greg Clayton2012-01-121-3/+7
* Added code to make sure we don't recursively try to find an objective CGreg Clayton2011-12-031-0/+6
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-031-1/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-0/+10
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-4/+6
* Fixed the header guards.Greg Clayton2011-09-121-3/+3
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-9/+0
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-0/+8
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-4/+12
* 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/+3
* Modified lldb_private::SymboleFile to be able to override where its TypeListGreg Clayton2010-11-101-0/+3
* Modified the DWARF parser for both the single DWARF file and for the caseGreg Clayton2010-11-071-0/+7
* Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton2010-10-121-0/+6
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-1/+2
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-14/+23
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-1/+1
* 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/+186
OpenPOWER on IntegriCloud