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

Added llvm support (works on mac os x). #57

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

Conversation

tzickel
Copy link

@tzickel tzickel commented Jan 23, 2016

The code auto tries lldb if gdb isn't found.

Unfortunately lldb batch will always jump to REPL on error (unlike in gdb), thus great length has gone in order to make this work without doing interactive process I/O in python (which is hard) or adding extra packages (like pexpect).

Tested on Mac OS X 10.10 works with lldb (which comes with python support).

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.

1 participant