Re: [Lldb-commits] [lldb] r199290 - Fix a bug where if we stop but nobody says there was a reason for the stop, we would return

2014-01-17 Thread Ed Maste
On 14 January 2014 22:32, Jim Ingham jing...@apple.com wrote: Author: jingham Date: Tue Jan 14 21:32:42 2014 New Revision: 199290 URL: http://llvm.org/viewvc/llvm-project?rev=199290view=rev Log: Fix a bug where if we stop but nobody says there was a reason for the stop, we would return

[Lldb-commits] [lldb] r199509 - The default timeout for EvaluateExpressionOptions is not 0, so if no timeout is provided, we have to set the option timeout to 0 by hand.

2014-01-17 Thread Jim Ingham
Author: jingham Date: Fri Jan 17 14:09:23 2014 New Revision: 199509 URL: http://llvm.org/viewvc/llvm-project?rev=199509view=rev Log: The default timeout for EvaluateExpressionOptions is not 0, so if no timeout is provided, we have to set the option timeout to 0 by hand. rdar://problem/15846781

Re: [Lldb-commits] [lldb] r199510 - Enable Linux distribution in vendor portion of host triple.

2014-01-17 Thread Greg Clayton
A few comments below... On Jan 17, 2014, at 12:18 PM, Todd Fiala tfi...@google.com wrote: Author: tfiala Date: Fri Jan 17 14:18:59 2014 New Revision: 199510 URL: http://llvm.org/viewvc/llvm-project?rev=199510view=rev Log: Enable Linux distribution in vendor portion of host triple.