gem5/src/python/m5
Nathan Binkert 68c75c589b pdb: Try to make pdb work better.
I've done a few things here.  First, I invoke the script a little bit
differently so that pdb doesn't get confused.  Second, I've stored the
actual filename in the module's __file__ so that pdb can find the
source file on your machine.
2008-10-09 04:58:23 -07:00
..
internal python: Improve support for python calling back to C++ member functions. 2007-08-02 22:50:02 -07:00
util python: Move various utility classes into a new m5.util package so 2008-06-14 20:19:49 -07:00
__init__.py libm5: Create a libm5 static library for embedding m5. 2008-08-03 18:19:54 -07:00
config.py Add .m5 configuration directory 2008-06-14 21:15:59 -07:00
convert.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
environment.py Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
event.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
main.py pdb: Try to make pdb work better. 2008-10-09 04:58:23 -07:00
options.py python: cleanup options parsing stuff so that it properly deals with defaults. 2008-10-06 09:31:51 -07:00
params.py Make overriding port assignments in Python work, 2008-09-29 23:30:14 -07:00
proxy.py Fixes for Port proxies and proxy parameters. 2006-10-08 18:26:59 -07:00
SimObject.py style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
simulate.py sockets: Add a function to disable all listening sockets. 2008-08-03 18:19:55 -07:00
smartdict.py Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
stats.py Do the default argument stuff in python 2007-03-03 07:45:55 -08:00
ticks.py Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00