Open SecT0uch opened 2 months ago
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:
$ qemu-arm --version
qemu-arm version 9.0.2
$ gdb --version
GNU gdb (GDB) 15.1
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 rizin -a mipsel
is a valid arch.
As said initially, rizin worked.
From my history, I tried both rizin -a mips
and rizin -a mipsel
, so I'm not sure anymore which one 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 ?