[Lldb-commits] [PATCH] Handle unexpected output in test output

2014-08-04 Thread Ed Maste
Hi gkistanova, LitTestCommand has a set of descriptions for test result codes, and ends up throwing an exception if an unexpected result is somehow reported. For example, see the FreeBSD buildbot: http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/77/steps/test%20lldb/logs/err.html

[Lldb-commits] FileSpec optimizations

2014-08-04 Thread Zachary Turner
Hi Jim, This patch implements some of the optimizations to FileSpec requested by Greg. In particular, normalization no longer does its own copy, and does the operation in place. Changing Normalize this way required some changes to function signatures, which trickled down a bit and required me

Re: [Lldb-commits] [PATCH] Handle unexpected output in test output

2014-08-04 Thread Galina
Looks good to me Thank you! http://reviews.llvm.org/D4775 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r214783 - Add code to AssemblyParse_x86::get_non_call_site_unwind_plan

2014-08-04 Thread Jason Molenda
Author: jmolenda Date: Mon Aug 4 16:26:55 2014 New Revision: 214783 URL: http://llvm.org/viewvc/llvm-project?rev=214783view=rev Log: Add code to AssemblyParse_x86::get_non_call_site_unwind_plan to recognize an epilogue that ends with a jmp to objc_retainAutoreleaseReturnValue instead of a ret

[Lldb-commits] [lldb] r214816 - Teach ProcessWindows plugin to support stdio i/o redirection.

2014-08-04 Thread Zachary Turner
Author: zturner Date: Mon Aug 4 18:31:21 2014 New Revision: 214816 URL: http://llvm.org/viewvc/llvm-project?rev=214816view=rev Log: Teach ProcessWindows plugin to support stdio i/o redirection. Modified: lldb/trunk/source/Plugins/Process/Windows/ProcessWindows.cpp Modified:

[Lldb-commits] [lldb] r214836 - Add some useful logging to the step log.

2014-08-04 Thread Jim Ingham
Author: jingham Date: Mon Aug 4 20:58:14 2014 New Revision: 214836 URL: http://llvm.org/viewvc/llvm-project?rev=214836view=rev Log: Add some useful logging to the step log. Modified: lldb/trunk/source/Target/StopInfo.cpp Modified: lldb/trunk/source/Target/StopInfo.cpp URL:

[Lldb-commits] [lldb] r214837 - If you found a step through plan stop looking up the stack for a step out plan.

2014-08-04 Thread Jim Ingham
Author: jingham Date: Mon Aug 4 20:59:20 2014 New Revision: 214837 URL: http://llvm.org/viewvc/llvm-project?rev=214837view=rev Log: If you found a step through plan stop looking up the stack for a step out plan. Modified: lldb/trunk/source/Target/ThreadPlanStepOverRange.cpp Modified:

Re: [Lldb-commits] [PATCH]race condition calling PushProcessIOHandler

2014-08-04 Thread Matthew Gardiner
Thanks for this update, Jim! Hopefully, we'll have it all fixed for when he returns ;-) Matt jing...@apple.com wrote: Note, Greg is on vacation this week. Dunno if he'll chime in from the beach, but he's sure to have opinions. Just wanted to make sure folks didn't think his silence