Hi, All, I want to dump out the source register and destination register value of each instruction. Suppose I have one instruction MOV_R_M : ld rax, DS:[rdx + 0x20]. How can I dump out the value of register *rax* and *rdx*.
>From the debug trace like Exec or ExecAll. I can see that the result or the destination register is dumped out, but the source register values are not. So is there a way to dump out the values of these registers in the pipeline. Best regards. Shougang
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s