Hi ! i am trying to emulate cavium octeon's mips64 linux kernel on Qemu.I am currently having some issues with init code and want to debug init .i am starting the Qemu using -s -S option in the command line and the attaching the gdb using target remote localhost:1234
What i want to ask is there any method by which i can debug the init and see which instruction qemu is currently executing? .The gdb is currently showing only the instructions running in kernel space.
Thanks
Nouman