[Qemu-devel] Debug init on Qemu using gdb!

2013-05-01 Thread Muhammad Nouman
Hi ! i want to debug init code on Qemu using gdb. I want to see that which instructions are running in userpace while the init is executing its code.Currently the gdb is showing only the instructions running in kernel space . Can anyone please suggest what should i do? Thanks Nouman

[Qemu-devel] Debug init on Qemu using gdb

2013-04-28 Thread Muhammad Nouman
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