[lldb-dev] [PATCH] D32366: Set "success" status correctly

John Lindal via lldb-dev lldb-dev at lists.llvm.org
Mon Aug 28 11:00:41 PDT 2017


I built lldb with XCode 8.3.3 on OX 10.12.6, using the latest from https://github.com/llvm-mirror/lldb.git, but I'm when I run the tests, I get nothing but errors.  The errors are mostly related to being unable to find standard C++ headers like iostream, exception, cstdlib, chrono, etc.

I'm using the lldb.xcworkspace provided in the project.  Is there something I need to configure?

Thanks,
John

> On Apr 24, 2017, at 3:43 AM, Pavel Labath via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> labath added a comment.
> 
> Thanks for the patch. Could you please also add an appropriate test for it? Doing something similar to what `packages/Python/lldbsuite/test/functionalities/frame_var/TestFrameVar.py` does should be the easiest way to test this.
> 
> 
> Repository:
>  rL LLVM
> 
> https://reviews.llvm.org/D32366
> 
> 
> 



More information about the lldb-dev mailing list