I have and it works, but for a three line program that just sets a value,
it claims to execute about 77 thousand instructions, which doesn't seem too
realistic. Do you know why is that happening?

As for your problem, I have never encountered it, but it might be because
I'm running Ubuntu 16.04 at the moment and I haven't updated gem5 since
commit 9651c0278d93bf5c4620e198baac975f0c84e9a0.

On Sat, Mar 31, 2018 at 6:43 AM, Ciro Santilli <ciro.santi...@gmail.com>
wrote:

> Have you tried gem5.opt --debug-flags=Exec as explained at
> http://www.gem5.org/Trace_Based_Debugging ?
>
> I can't test it on SE because I can't get SE working at all:
> https://stackoverflow.com/questions/48959349/how-to-
> solve-fatal-kernel-too-old-when-running-gem5-in-syscall-emulation-se-m ,
> how did you do it? But it does work on fs.py.
>
>
> On Fri, Mar 30, 2018 at 11:08 PM, Barbora Murinová <
> barcinka.murin...@gmail.com> wrote:
>
>> Hi all,
>>
>> I would like to have each executed instruction of the file being executed
>> printed out. Something along the lines of:
>>
>>     leaq    -32(%rbp), %rcx
>>     movq    %rcx, %rax
>>
>> and so on. How can I do that?
>>
>> Thank you,
>> Barbora
>>
>> --
>> ----------------
>> Barbora Murinová
>> The University of Edinburgh
>> SK: +421905718390 <+421%20905%20718%20390>
>> UK: +447477833795 <+44%207477%20833795>
>>
>> _______________________________________________
>> gem5-users mailing list
>> gem5-users@gem5.org
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>
>
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>



-- 
----------------
Barbora Murinová
The University of Edinburgh
SK: +421905718390
UK: +447477833795
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to