summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Event.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+2
| | | | llvm-svn: 124643
* Added support for breakpoint conditions. I also had to separate the "run ↵Jim Ingham2010-10-141-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'tGreg Clayton2010-07-201-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 Friedman2010-06-091-0/+1
| | | | llvm-svn: 105712
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+241
llvm-svn: 105619
OpenPOWER on IntegriCloud