Re: Question for debugging option

2021-01-17 Thread Duo Zhang
Hi Arnab, Thanks for your help. If I wanna capture executed instructions, should I revise kernel KVM? or is there any other way? Thanks, Duo On Sun, Jan 17, 2021 at 9:53 PM Arnabjyoti Kalita wrote: > No, it won't work with KVM. > > Thanks, > Arnab > > On Mon, Jan 18, 2021 at 7:03 AM Duo Zhang

Re: Question for debugging option

2021-01-17 Thread Duo Zhang
Hi Berto, Thanks for your suggestion. I will try it. Best, Duo On Mon, Jan 18, 2021 at 12:39 AM Berto Furth wrote: > Can you use gdb in conjunction with qemu (the -gdb dev option)? That still > works with kvm. > > Good luck! > > On Mon, 18 Jan 2021, at 12:32, Duo Zhang wrote: > > Hi developers

Re: Question for debugging option

2021-01-17 Thread Arnabjyoti Kalita
No, it won't work with KVM. Thanks, Arnab On Mon, Jan 18, 2021 at 7:03 AM Duo Zhang wrote: > Hi developers, > > I am trying to capture input instructions through QEMU, I see on the > manual: "-d in_asm" shows input assembly code for each compiled TB. Does > the option still work when enabling K