Closed erthalion closed 10 years ago
Ah that was for the old GDB 6 support which I removed. Try 4f58354652b88402bc514d5f52e4b5f01a01a9fd
Yes, voltron has been installed successfully now, but when I'm trying to import dbgentry.py
in lldb, an error appears:
>>> command script import /path/to/package/voltron-0.1-py2.7.egg/dbgentry.py
Exception <type 'exceptions.OSError'> raised while loading Voltron: [Errno 2] No such file or directory: '/path/to/package/voltron-0.1-py2.7.egg/voltron/plugins'
You need to replace /path/to/package
with the path to the voltron package on your system (e.g. /Library/Python/2.7/site-packages/voltron-0.1-py2.7.egg/dbgentry.py
Emm... /path/to/package/
is an abstraction in this case to hide my real path =)
If you want more precisely /path/to/package
== /home/erthalion/.local/lib64/python2.7/site-packages
for me.
Oh sorry haha. OK I'll investigate.
Try the latest commit, looks like my setup.py was kinda broken.
I'm now on this commit, and after the reinstallation I have this error:
>>> command script import /home/erthalion/.local/lib64/python2.7/site-packages/voltron-0.1-py2.7.egg/dbgentry.py
Traceback (most recent call last):
File "/home/erthalion/.local/lib64/python2.7/site-packages/voltron-0.1-py2.7.egg/dbgentry.py", line 120, in __lldb_init_module
env_dict['cmd'] = VoltronLLDBCommand(debugger, env_dict)
File "/home/erthalion/.local/lib64/python2.7/site-packages/voltron-0.1-py2.7.egg/dbgentry.py", line 84, in __init__
self.adaptor = self.pm.debugger_plugin_for_host('lldb').adaptor_class()
AttributeError: 'NoneType' object has no attribute 'adaptor_class'
What platform are you on?
Ah never mind, I can reproduce it. Had to rush out before but I've got more time now so I'll fix it properly.
OK, this time for sure. I've been using setup.py develop
so I never noticed this issue :(
Now everything is good, thanks =)
Excellent :)
I'm trying to install voltran with the
--user
key:There is no
voltran.gdb
file in the repository. Maybe I've missed something?