| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Properly set the PlanKind for the ThreadPlanStepRange derived classes. | Jim Ingham | 2010-07-10 | 1 | -1/+1 | |
| | | | | | llvm-svn: 108035 | |||||
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -2/+2 | |
| | | | | | | | | enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009 | |||||
| * | Two changes in this checkin. Added a ThreadPlanKind so that I can do some ↵ | Jim Ingham | 2010-06-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | 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/+263 | |
| llvm-svn: 105619 | ||||||

