qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting Program Counter


From: nikhil bansal
Subject: Getting Program Counter
Date: Wed, 26 Feb 2020 02:27:55 +0530

Hi,

I need the memory access traces of an android system running on qemu. trace_memory_region_ops_read/write in memory.c provide most of the information I need. However, in addition to the trace information already provided, I also need the program counter of the current instructions. What changes should I make to memory.c to output pc along with the information already printed?

Thanking you in advance.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]