gem5/src/python/swig
Nathan Binkert 50ef39af82 sockets: Add a function to disable all listening sockets.
When invoking several copies of m5 on the same machine at the same
time, there can be a race for TCP ports for the terminal connections
or remote gdb.  Expose a function to disable those ports, and have the
regression scripts disable them.  There are some SimObjects that have
no other function than to be used with ports (NativeTrace and
EtherTap), so they will panic if the ports are disabled.
2008-08-03 18:19:55 -07:00
..
core.i sockets: Add a function to disable all listening sockets. 2008-08-03 18:19:55 -07:00
debug.i RemoteGDB: add an m5 command line option for setting or disabling remote gdb. 2008-07-23 14:41:33 -07:00
event.i Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. 2008-06-24 15:48:45 -04:00
inet.i Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
pyevent.cc Pass an exception from a python event through the event queue 2007-02-17 20:27:11 -08:00
pyevent.hh Factor code out of main.cc and main.i into a bunch of files 2007-03-02 22:24:00 -08:00
pyobject.cc String constant const-ness changes to placate g++ 4.2. 2007-10-31 18:04:22 -07:00
pyobject.hh Config: Remove some ini file code that no longer works 2007-09-04 13:12:58 -04:00
random.i Get rid of the Random context and add the support directly to python. 2007-02-09 16:44:02 -08:00
range.i Fix various SWIG warnings 2008-06-14 12:57:21 -07:00
sim_object.i params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
stats.i Do the default argument stuff in python 2007-03-03 07:45:55 -08:00
system.i python: Improve support for python calling back to C++ member functions. 2007-08-02 22:50:02 -07:00
time.i Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
trace.i Clean up tracing stuff more, get rid of the trace log since 2007-02-10 15:14:50 -08:00