[Lldb-commits] [lldb] r203591 - After doing all the work to compute the target ValueObject we want to evaluate, make sure

2014-03-11 Thread Jim Ingham
Author: jingham Date: Tue Mar 11 13:17:23 2014 New Revision: 203591 URL: http://llvm.org/viewvc/llvm-project?rev=203591view=rev Log: After doing all the work to compute the target ValueObject we want to evaluate, make sure we actually got something before proceeding. rdar://problem/16282875

[Lldb-commits] [lldb] r203594 - Detect when llvm or clang sources have changed and rebuild llvm/clang automatically.

2014-03-11 Thread Greg Clayton
Author: gclayton Date: Tue Mar 11 13:24:32 2014 New Revision: 203594 URL: http://llvm.org/viewvc/llvm-project?rev=203594view=rev Log: Detect when llvm or clang sources have changed and rebuild llvm/clang automatically. Modified: lldb/trunk/scripts/build-llvm.pl Modified:

[Lldb-commits] [lldb] r203599 - Followed up on Ed Maste's patch with a few more

2014-03-11 Thread Sean Callanan
Author: spyffe Date: Tue Mar 11 14:19:16 2014 New Revision: 203599 URL: http://llvm.org/viewvc/llvm-project?rev=203599view=rev Log: Followed up on Ed Maste's patch with a few more User fixes. Also changed our iterations across global variables and instruction operands to reflect the new C++11

[Lldb-commits] [lldb] r203600 - Fixed a problem where the expression parser was

2014-03-11 Thread Sean Callanan
Author: spyffe Date: Tue Mar 11 14:34:04 2014 New Revision: 203600 URL: http://llvm.org/viewvc/llvm-project?rev=203600view=rev Log: Fixed a problem where the expression parser was erroneously completing Objective-C classes sourced from the Objective-C runtime without checking if there was an