• el2 debugging

    Hi guys,

    I'm trying to debug a hypervisor program at EL2 on QEMU with gdb, and a few questions coming up.

    I can step thru the code at EL1 before hitting the hvc instruction, once that instruction invoked, the gdb hangs.

    I read the spec, and follow…