Hi,
I have a Petalinux v0.40 distribution and a Xilinx Microblaze processor. I have compiled gdbserver with MMU support and uCLibc. I am able to connect to the gdbserver running on the board from my Linux host using microblaze-uclinux-gdb client but when
I send any command to the remote server (list/ set breakpoint and continue), the gdb client on the Linux host gives a segmentation fault. I have compiled my application binary with the -g option and can see the server message that a remote client is debugging
the application. Is there any bug in the microblaze-uclinux-gdb or am I missing anything here?
Thanks,
-Mayuri