Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the ClangStmtVisitor, which is old code | Sean Callanan | 2010-08-12 | 1 | -1022/+0 |
| | | | | | | | that translates Clang ASTs straight to DWARF. We are now using IR instead. llvm-svn: 110957 | ||||
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -16/+7 |
| | | | | | | | 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 | ||||
* | Switched over to using the new lldb::SharingPtr from Howard Hinnant. | Greg Clayton | 2010-06-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | We need to put this in LLDB since we need to vend this in our API because our public API uses shared pointers to our private objects. Removed a deprecated file: include/lldb/Host/Types.h Added the new SharingPtr.cpp/.h files into source/Utility. Added a shell script build phase that fixes up all headers in the LLDB.framework. llvm-svn: 105895 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+1032 |
llvm-svn: 105619 |