Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -1/+2 |
| | | | | llvm-svn: 124643 | ||||
* | Added support for breakpoint conditions. I also had to separate the "run ↵ | Jim Ingham | 2010-10-14 | 1 | -43/+0 |
| | | | | | | | | the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. Also added support for remembering the "last set breakpoint" so that "break modify" will act on the last set breakpoint. llvm-svn: 116542 | ||||
* | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton | 2010-07-20 | 1 | -3/+3 |
| | | | | | | | part of C++'98. Most of these were "std::vector<T>::data()" and "std::string::data()". llvm-svn: 108957 | ||||
* | Add missing includes. | Eli Friedman | 2010-06-09 | 1 | -0/+1 |
| | | | | llvm-svn: 105712 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+241 |
llvm-svn: 105619 |