We currently have a few support files that are needed for LLDB python support:
embedded_interpreter.py lldb.py Where should these files live on linux? On Mac OS X we embed them into LLDB.framework. Mac OS X Frameworks are directories that contain everything you need in order to use a shared libary: shared library binary + headers + support files. I am guessing that when installing LLDB on linux we will install to: headers: /usr/local/include/lldb/* shlibs: /usr/local/lib/lldb.so python files: ??? If anyone with linux expertise could comment, that would be great. Greg Clayton _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
