You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: