This topic created in 1406 days ago, the information mentioned may be changed or developed.
4 replies • 2022-07-07 16:53:57 +08:00
 |
|
1
NealLason Jul 7, 2022 1
gdb attach 进去,执行 monitor info registers -a
|
 |
|
2
kgdb00 Jul 7, 2022
@ NealLason 多谢,如果不加 -a 默认是 cpu0 吧?能不能单独列出指定的某一个 cpu 的寄存器信息?
|
 |
|
3
NealLason Jul 7, 2022 1
cpu index -- set the default CPU > (gdb) monitor cpu 0 > (gdb) monitor info registers
|