I'm not sure exactly what you're asking, but I do almost all my gem5 debugging using xemacs gdb-mode. It works fine for the C++ parts. You can use pdb on the python parts, but sometimes I find it's easier just to add print statements when debugging python.
Steve On Fri, Aug 9, 2013 at 4:58 AM, Xiangyang Guo <[email protected]> wrote: > Hi, All, > > I want to see how different functions are called during Gem5 running, I > mean which function is executed among all the source code. So I think maybe > Emacs could help me. But can we use Emacs for Gem5? I know if the code is > written in C++, it is fine. But because Gem5 source code includes Python, > so I don't know. Any hint? Thanks a lot. > > Or can we use other method to know which function is executed among all > the source code during Gem5 running? > > Regards > > Xiangyang > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
