voltron icon indicating copy to clipboard operation
voltron copied to clipboard

fix xrange when using python 3 in lldb. fixes disassembly & registers…

Open jonasmr opened this issue 6 years ago • 4 comments

… view

jonasmr avatar Feb 07 '20 13:02 jonasmr

Why is this still open!!! Please @snare :-)

duraki avatar Jan 27 '21 09:01 duraki

This should be fixed in master. Can you verify please?

zcutlip avatar Jan 28 '21 19:01 zcutlip

@zcutlip

I can not confirm about master. On a fresh install of lldb (via brew) and voltron (via pip3), I was required to append this commit in ~/Library/Python/3.8/lib/python/site-packages/voltron/plugins/debugger/dbg_lldb.py as per @jonasmr. Otherwise, the voltron still throws "Index out of range". Is it possible that pip3 package didn't get the latest master update?

duraki avatar Jan 29 '21 08:01 duraki

We haven't cut a release on pypi in a while, I hope to do that soon.

However, the recommended installation method is via the install script (for macOS and Debian/Ubuntu at least). There's a lot to go wrong with conflicting python versions etc. that the script handles.

Can you try checking out master and installing from install.sh and let me know if the issue still reproduces?

zcutlip avatar Jan 29 '21 20:01 zcutlip