Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton | 2010-07-20 | 1 | -1/+1 |
| | | | | | | | part of C++'98. Most of these were "std::vector<T>::data()" and "std::string::data()". llvm-svn: 108957 | ||||
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -7/+10 |
| | | | | | | | 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 | ||||
* | Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on | Benjamin Kramer | 2010-06-21 | 1 | -0/+1 |
| | | | | | | | | an unitialized variable. valgrind_errors -= 1; llvm-svn: 106418 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+508 |
llvm-svn: 105619 |