1.编译安装libvirt,需要在配置选项时添加--enable-debug=yes
2.开启libvirt服务,运行命令:libvirtd -d
3.GDB调试libvirtd,需要知道libvirtd进程ID=pid
gdb -tui libvirtd pid
1.编译安装libvirt,需要在配置选项时添加--enable-debug=yes
2.开启libvirt服务,运行命令:libvirtd -d
3.GDB调试libvirtd,需要知道libvirtd进程ID=pid
gdb -tui libvirtd pid