summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ObjCTrampolineHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct ↵Jim Ingham2010-09-281-327/+0
| | | | | | | | Value::GetValueOpaqueClangQualType. But mostly, move the ObjC Trampoline handling code from the MacOSX dyld plugin to the AppleObjCRuntime classes. llvm-svn: 114935
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-3/+4
| | | | | | to symbolicate things without the need for a valid process subclass. llvm-svn: 113895
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-3/+1
| | | | | | virtual functions and caught some things and did some general code cleanup. llvm-svn: 108299
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+328
llvm-svn: 105619
OpenPOWER on IntegriCloud