Add instructions for how to launch qemu
[soc.git] / src / soc / simulator / qemu_test / gdbscript
1 target remote localhost:1234
2 layout asm
3 b *0x20000000
4 c