Hi guys,<br><br>I'm trying the latest lldb on linux (svn 134974), using llvm and clang at svn 131657.<br><br>When I run the resulting lldb, I get many repetitions of the following two errors at the command prompt:<br><br>
ImportError: No module named embedded_interpreter<br>
NameError: name 'run_one_line' is not defined<br>
<br>Also, starting a process seems to leave the process in the background. I get many "error: No auto repeat." errors, and am stuck since I never get another command prompt.<br><br>All fixes welcome.<br><br>Jason<br>
<br>-- <br>Jason E. Aten, Ph.D.<br><br><br>transcript<br><br>jaten@afarm:~/pkg/llvm_svn_pre3.0/llvm_svn_131657/tools/lldb$ svn info<br>Path: .<br>URL: <a href="http://llvm.org/svn/llvm-project/lldb/trunk">http://llvm.org/svn/llvm-project/lldb/trunk</a><br>
Repository Root: <a href="http://llvm.org/svn/llvm-project">http://llvm.org/svn/llvm-project</a><br>Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8<br>Revision: 134974<br>Node Kind: directory<br>Schedule: normal<br>
Last Changed Author: jingham<br>Last Changed Rev: 134955<br>Last Changed Date: 2011-07-11 22:12:18 -0500 (Mon, 11 Jul 2011)<br><br>jaten@afarm:~/pkg/llvm_svn_pre3.0/llvm_svn_131657/tools/lldb$ ../../install_llvm_svn_131657/bin/lldb   /home/jaten/dj/strongref/terp<br>
Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>ImportError: No module named embedded_interpreter<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>
ImportError: No module named embedded_interpreter<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>ImportError: No module named embedded_interpreter<br>Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>
NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>
NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>
NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>NameError: name 'run_one_line' is not defined<br>Current executable set to '/home/jaten/dj/strongref/terp' (x86_64).<br>(lldb) process launch<br>
Process 20725 launched: '/home/jaten/research/djitia/strongref/terp' (x86_64)<br>(lldb) attach -p 20725<br>error: 'attach' is not a valid command.<br>error: No auto repeat.<br>error: No auto repeat. <pressing enter, not getting the chance to type anything more here, it's locked up; cannot ctrl-c out><br>
error: No auto repeat.<br>error: No auto repeat.<br><br><br>