Hello everyone, I am new to QEMU and trying to attach gdb with qemu on powepc host.
I have tried below options qemu-system-ppc -enable-kvm -nographic -m 512 -M ppce500 -cpu e500mc -gdb tcp::1234 -s -S -kernel uImage -initrd rootfs.ext2.gz -append "root=/dev/ram rw console=ttyS0,115200" -serial tcp::4444,server, With the above command I have attached gdb with qemu. Now I am not sure what needs to be done on host side(I have cross compiled GDB in the Host file system). Please help me what i need to do in host side ? Thanks & Regards Manish Tiwari