Hi everyone. I want traces of PC and executed instructions in X86 architecture. I have used --debug-flags=Exec , but there isn't any PC field for each instruction in trace file. below are two example lines of my trace file.
5000: system.cpu T0 : @_start+14.1 : PUSH_R : subi rsp, rsp, 0x8 : IntAlu : D=0x00007fffffffee08 5500: system.cpu T0 : @_start+15.0 : PUSH_R : st rsp, SS:[rsp + 0xfffffffffffffff8] : MemWrite : D=0x00007fffffffee08 A=0x7fffffffee00 Did I miss anything ? Any idea ?? thanks in advance :) -- Fateme Movafagh
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
