YetAnotherMod / qemu

QEMU with PowerPC 476 core
Other
2 stars 2 forks source link

Fix debug capabilities of 476FP CPU #10

Open nia40m opened 10 months ago

nia40m commented 10 months ago

GDB in linux can't handle breakpoints (linux seems to stuck in forever loop). Docs for 476FP defines special actions for tw instruction that emulator doesn't do yet.

Also need to check exception handling. Our core probably has special handling actions that are not implemented too.