-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ARM Visual debugger issue #322
Comments
Cant reproduce on rpi :/ Try running in console mode and paste the errors you see. Looks like it is unable to read regs/mem from target process. $ r2 -d ls
Also . By looking at your screenshot it is trying to run a program named 't', not 'hello_world'.. And looks like it cant set debug mode because that file doesnt exist? Strange.. Are you running latest version from git?
|
I got it building from source, but it looks like it's segfaulting, now.
|
The way to seek to 'sp' to watch the stack is But it looks like stepping is broken on ARM .. |
Everything looks fine now |
I am trying to debug a hello world app
I get the following.. Am I doing something wrong or is this a bug?
I am running this on a beagle bone black:
The text was updated successfully, but these errors were encountered: