-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Qemu - Remote debugging loop #3373
Comments
What version of the QEMU do you use? Also, @wargio is currently working on MIPS support improvement, thus relatively soon it will be heavily updated in Cutter. |
Here is what I have:
|
Could you try connecting using plain Rizin? It will show the exact error in the log if there's any. |
i'm not sure that |
As said initially, rizin worked. |
Environment information
Describe the bug
The connection to gdb loops forever when trying to run a mips binary with Qemu.
Works with rizin from package manager.
To Reproduce
Steps to reproduce the behavior:
qemu-mipsel -L buildroot/output/target/ -g 1234 ./mipsel.bin
And
rizin -a mipsel -d gdb://localhost:1234
works fine.Expected behavior
The remote debugger connects.
Screenshots
Bonus: when clicking
Cancel
or closing, cutter starts freezing and I have to kill the process.Am I doing anything wrong ?
The text was updated successfully, but these errors were encountered: