Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonasmr
Copy link

@jonasmr jonasmr commented Feb 7, 2020

… view

@duraki
Copy link

duraki commented Jan 27, 2021

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

@zcutlip
Copy link
Collaborator

zcutlip commented Jan 28, 2021

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

@duraki
Copy link

duraki commented Jan 29, 2021

@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?

@zcutlip
Copy link
Collaborator

zcutlip commented Jan 29, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants