Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the vestigial Value::GetOpaqueCLangQualType with the more correct ↵ | Jim Ingham | 2010-09-28 | 1 | -151/+0 |
| | | | | | | | | Value::GetValueOpaqueClangQualType. But mostly, move the ObjC Trampoline handling code from the MacOSX dyld plugin to the AppleObjCRuntime classes. llvm-svn: 114935 | ||||
* | More constructor warning fixes from William Lynch. | Benjamin Kramer | 2010-07-20 | 1 | -3/+3 |
| | | | | llvm-svn: 108840 | ||||
* | Two changes in this checkin. Added a ThreadPlanKind so that I can do some ↵ | Jim Ingham | 2010-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | reasoning based on the kind of thread plan without having to use RTTI. Removed the ThreadPlanContinue and replaced with a ShouldAutoContinue query that serves the same purpose. Having to push another plan to assert that if there's no other indication the target should continue when this plan is popped was flakey and error prone. This method is more stable, and fixed problems we were having with thread specific breakpoints. llvm-svn: 106378 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+151 |
llvm-svn: 105619 |