首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
Distributions
›
Ubuntu
›
Fedora
›
CentOS
中文资源站
›
网易开源镜像站
V2EX
›
Linux
qemu 有没有办法 dump guest 的每个 vcpu 寄存器的值?
kgdb00
·
2022-07-07 13:34:06 +08:00
· 1768 次点击
这是一个创建于 868 天前的主题,其中的信息可能已经有所发展或是发生改变。
kvmtool 可以,qemu 还不知道怎么搞。
qemu
寄存器
kvmtool
dump
4 条回复
•
2022-07-07 16:53:57 +08:00
1
NealLason
2022-07-07 15:51:24 +08:00
1
gdb attach 进去,执行
monitor info registers -a
2
kgdb00
OP
2022-07-07 16:18:17 +08:00
@
NealLason
多谢,如果不加 -a 默认是 cpu0 吧?能不能单独列出指定的某一个 cpu 的寄存器信息?
3
NealLason
2022-07-07 16:38:19 +08:00
1
cpu index -- set the default CPU
> (gdb) monitor cpu 0
> (gdb) monitor info registers
4
kgdb00
OP
2022-07-07 16:53:57 +08:00
@
NealLason
感谢
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1170 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms ·
UTC 18:27
·
PVG 02:27
·
LAX 10:27
·
JFK 13:27
Developed with
CodeLauncher
♥ Do have faith in what you're doing.