Re: [gem5-users] Double PseudoInst commands while running Parsec

2020-04-12 Thread Ciro Santilli
If no one has any better ideas, I'd try to use GDB on the gem5 executable itself, turn on ExecAll logging, and break on the stat dump part of the code and see where both calls come from. Also consider Mozilla rr reverse debugging if it seems that reverse stepping could help. Not ideal, but works

Re: [gem5-users] Double PseudoInst commands while running Parsec

2020-04-12 Thread David Agassi
Thanks for your response. Double checked. There doesn't seem to be a problem with the executable. attached are the disassembly of the ROI begin and end functions and the original code. I have debugged with GDB and stepped over the m5 commands, they occur only once and in the correct sequence.