You don't need any permission to edit the wiki... just click "Create Account" in the upper right and go for it.
I strongly encourage you to put as much information as possible on the wiki directly so that (1) others can easily update/extend it and (2) we don't have to worry about any links going stale. You probably want to create a new wiki page, but you should at least link to that new page from here: http://gem5.org/Debugging_Simulated_Code With respect to your "pro tip" at the end: you do need to recompile gem5 if you change any of the python code under src/python, since that code gets embedded in the gem5 binary. However, changing python code under configs (or elsewhere) doesn't require a recompile, since that code is just interpreted when gem5 is run. Thanks! Steve On Thu, Mar 19, 2015 at 10:31 PM, Michael Barrow <[email protected]> wrote: > Michael Barrow <mbarrow <at> eng.ucsd.edu> writes: > > > > > Hi all. > > I spent some time writing a tutorial for how to do single step debug of > gem5 with eclipse. My method lets you step the python and the c++ for good > visibility. > > Its more detailed than anything I've seen in the wild and I want to link > to it from the wiki. > > > > How would I go about doing this? > > > > Thanks and best, > > > > Mike > > > > > > _______________________________________________ > > gem5-users mailing list > > gem5-users <at> gem5.org > > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > OK I've gotten a few out of band requests for the tutorial so I'll follow > up with the link > > http://handsomemike.com/wp/?p=155 > > If someone could give me pointers I'll also add a link or version to the > wiki. > > Best, > > Mike > > > _______________________________________________ > 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
