summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-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 thatGreg Clayton2010-07-091-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 onBenjamin Kramer2010-06-211-0/+1
| | | | | | | | an unitialized variable. valgrind_errors -= 1; llvm-svn: 106418
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+508
llvm-svn: 105619
OpenPOWER on IntegriCloud