When "remote" debugging on my system, meaning running both `gdbserver' and `gdb' on my computer, I have no problems.

 

So the problem only occurs when I am using gdbserver on ARM and gdb(client) on x86.

I've build gdb from source myself. Should I pass some special options to the ./configure command?

Or do I need some additional libraries to use gdb-mi?

 

Toon