[lldb-dev] Python binding on recent build?

Jared Carlson jared.carlson23 at gmail.com
Thu Jun 21 18:16:41 PDT 2012


Evening,

On a recent build of LLDB, I see the following:

./lldb
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/jcarlson/Software/LLDB/lldb/DerivedData/lldb/Build/Products/Debug/LLDB.framework/Versions/A/Resources/Python/lldb/__init__.py", line 361, in <module>
    eNoSyntheticFilter = _lldb.eNoSyntheticFilter
AttributeError: 'module' object has no attribute 'eNoSyntheticFilter'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
(lldb) q

It seems to run fairly well after this but wondering what this is…

$ svn verion
Unknown command: 'verion'
Type 'svn help' for usage.
jared:lldb jcarlson$ svn info
Path: .
URL: http://llvm.org/svn/llvm-project/lldb/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 158842
Node Kind: directory
Schedule: normal
Last Changed Author: filcab
Last Changed Rev: 158809
Last Changed Date: 2012-06-20 06:13:40 -0400 (Wed, 20 Jun 2012)


Thanks,

- Jared


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20120621/55c67e7b/attachment.sig>


More information about the lldb-dev mailing list