>(lldb) sc print('@\nlldbstartupok@\n')
eERROR: Lldb stderr: Traceback (most recent call last):
e File "", line 1, in
e File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 copy.py", line 52, in
e import weakref
e File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 14, in
e from _weakref import (
eImportError: cannot import name _remove_dead_weakref
>@
>lldbstartupok@
>
dADAPTER STARTED
sSetting up inferior...
>(lldb) cript sys.path.insert(1, '/Users/tlm/Qt5.9.3/Qt Creator.app/Contents/Resourcesdebugger/')
>Traceback (most recent call last):
> File "", line 1, in
>NameError: name 'sys' is not defined
>(lldb) script from lldbbridge import *
>Traceback (most recent call last):
> File "", line 1, in
>ImportError: No module named lldbbridge
>(lldb) script print(dir())
>['__builtins__', 'lldb', 'pyd
>oc', 'reload_module', 'run_one_line', 'run_python_inter
>preter']
>(lldb) script theDumper = Dumper()
>Traceback (most recent call last):
> File "", line 1, in
>NameError: name 'Dumper' is not defined