mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
qemu: system registers fail
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user