qemu: system registers fail

This commit is contained in:
Ciro Santilli
2018-08-11 21:41:03 +01:00
parent 688d26ecd6
commit 71a5ab31a2

View File

@@ -1923,6 +1923,10 @@ on many (all?) functions.
See also: https://github.com/cirosantilli/linux-kernel-module-cheat/issues/19
=== GDB view ARM system registers
Not possible as of QEMU 3.0.0 it seems: https://stackoverflow.com/questions/46415059/how-to-observe-aarch64-system-registers-in-qemu
=== GDB step debug multicore
We can set and get which cores the Linux kernel allows a program to run on with `sched_getaffinity` and `sched_setaffinity`: