[GSoC22 Weekly Status report#6&7] Debugging of minimum linuxulator for powerpc64: Koichi Imai
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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