summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-8/+0
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-37/+58
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-0/+3
* <rdar://problem/10338439>Greg Clayton2011-11-131-1/+0
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-26/+29
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+1
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-2/+2
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-11/+94
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-0/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-6/+6
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+85
* Fix the infinite recursion crash reported by Antoine Missout:Johnny Chen2010-11-051-0/+5
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-0/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+92
OpenPOWER on IntegriCloud