Jim Ingham
|
36f3b369d2
|
Added support for breakpoint conditions. I also had to separate the "run 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
|
2010-10-14 23:45:03 +00:00 |
Greg Clayton
|
471b31ce62
|
Remove use of STL collection class use of the "data()" method since it isn't
part of C++'98. Most of these were "std::vector<T>::data()" and
"std::string::data()".
llvm-svn: 108957
|
2010-07-20 22:52:08 +00:00 |
Eli Friedman
|
889669769f
|
Add missing includes.
llvm-svn: 105712
|
2010-06-09 08:50:27 +00:00 |
Chris Lattner
|
30fdc8d841
|
Initial checkin of lldb code from internal Apple repo.
llvm-svn: 105619
|
2010-06-08 16:52:24 +00:00 |