[Lldb-commits] [PATCH] Local Linux debugging via LLGS passing all Linux local debugging tests.
Ed Maste
emaste at freebsd.org
Mon Feb 2 18:00:25 PST 2015
In http://reviews.llvm.org/D7238#117336, @chaoren wrote:
> 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.
Strange - this doesn't happen for me. I use cmake+ninja for builds. Was yours the same, or configure+make?
joule% ls -l lib/python2.7/site-packages/lldb/_lldb.so
lrwxr-xr-x 1 emaste emaste 19 Aug 28 2013 lib/python2.7/site-packages/lldb/_lldb.so -> ../../../liblldb.so
http://reviews.llvm.org/D7238
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list