[GSoC22 Weekly Status report#6&7] Debugging of minimum linuxulator for powerpc64: Koichi Imai

From: 今井航一 <kotty.0704_at_gmail.com>
Date: Tue, 02 Aug 2022 13:03:26 UTC
Hello,

I was working on debugging a linuxulator that I was able to build earlier.
Currently, it panics when copyout() is called from the linuxulator code. I
am debugging this using ddb, gdb, and objdump now. I have checked that the
arguments are not invalid and I think that the address to branch to by
bctrl may be wrong.

Koichi