[Lldb-commits] [PATCH] Local Linux debugging via LLGS passing all Linux local debugging tests.

Chaoren Lin chaorenl at google.com
Mon Feb 2 17:50:47 PST 2015


For some reason lib/python2.7/site-packages/lldb/_lldb.so links to liblldb
instead of liblldb.so on FreeBSD build

_lldb.so -> ../../../liblldb

Since this doesn't seem related to the CL, I'll go ahead and commit all the
changes.

On Mon, Feb 2, 2015 at 3:56 PM, Chaoren Lin <chaorenl at google.com> wrote:

> Hi Ed,
>
> FreeBSD 10.1-RELEASE #0 r274401
> Python 2.7.9
>
> Ran 346 tests.
> Failing Tests (346)
>
> All of them for the same reason:
>
> Traceback (most recent call last):
>
>   File "/usr/home/chaorenl/llvm/lldb/test/dotest.py", line 1307, in
> <module>
>     os.path.walk(testdir, visit, 'Test')
>   File "/usr/local/lib/python2.7/posixpath.py", line 238, in walk
>     func(arg, top, names)
>   File "/usr/home/chaorenl/llvm/lldb/test/dotest.py", line 1204, in visit
>     suite.addTests(unittest2.defaultTestLoader.loadTestsFromName(base))
>   File "/usr/home/chaorenl/llvm/lldb/test/unittest2/loader.py", line 111,
>
> in loa
>
>     module = __import__('.'.join(parts_copy))
>   File "/usr/home/chaorenl/llvm/lldb/test/types/TestIntegerTypesExpr.py",
>
> line 5
>
>     import AbstractBase
>   File "/usr/home/chaorenl/llvm/lldb/test/types/AbstractBase.py", line 7,
>
> in <mo
>
>     import lldb
>   File
>
> "/home/chaorenl/llvm/build/lib/python2.7/site-packages/lldb/__init__.py",
>
>     _lldb = swig_import_helper()
>   File
>
> "/home/chaorenl/llvm/build/lib/python2.7/site-packages/lldb/__init__.py",
>
>   import _lldb
>
> ImportError: No module named _lldb
>
>
> http://reviews.llvm.org/D7238
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150202/363b32e0/attachment.html>


More information about the lldb-commits mailing list