Re: [lldb-dev] LLDB testsuite failing to import lldb python module

2016-06-09 Thread Pavel Labath via lldb-dev
Hi, from your description, it sounds to me like you are copying the the liblldb library into another location that the one it was built. Is that right? My guess would be that you are not copying all the necessary files. Specifically, it sounds like you have missed the lib/pythonX.Y folder, which

[lldb-dev] LLDB testsuite failing to import lldb python module

2016-06-08 Thread Omair Javaid via lldb-dev
Hi, I am trying to run lldb testsuite on arm hardware with lldb and lldbserver binaries cross compiled on x86_64 builder. I have lldb-server running on my arm hardware. Also i have lldb source tree checkout and liblldb and lldb binaries places in lib and bin folders respectively. I am ablle to c