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