Re: Extracting PC information from QEMU/KVM during single-step

2021-06-24 Thread Steven Raasch
Peter - Thanks for the clarification, that makes perfect sense. In this case, using GDB is clearly the best way to go about the tracing. I appreciate your time! -S On Thu, Jun 24, 2021 at 1:51 PM Peter Maydell wrote: > On Thu, 24 Jun 2021 at 18:09, Steven Raasch wrote: > > N

Re: Extracting PC information from QEMU/KVM during single-step

2021-06-24 Thread Steven Raasch
on using gdb with QEMU/KVM? Thanks! -S On Thu, Jun 24, 2021 at 11:23 AM Peter Maydell wrote: > On Wed, 23 Jun 2021 at 22:10, Steven Raasch wrote: > > I have used KVM to create a snapshot of a windows-10 guest running a > graphics-intensive app. The *original* issue is that

Re: Extracting PC information from QEMU/KVM during single-step

2021-06-24 Thread Steven Raasch
n't dug into how GDB interacts with QEMU and GDB-scripting as of yet. -Steve On Wed, Jun 23, 2021 at 8:46 PM Alexander Bulekov wrote: > On 210623 1514, Steven Raasch wrote: > > Hi - > > > > I'm trying to create a hack that will allow me to extract an instruction >

Extracting PC information from QEMU/KVM during single-step

2021-06-23 Thread Steven Raasch
Hi - I'm trying to create a hack that will allow me to extract an instruction trace from QEMU/KVM (i386). The KVM part is important (see below). Background: - I have used KVM to create a snapshot of a windows-10 guest running a graphics-intensive app. The *original* issue is that the app