pdb: Try to make pdb work better.
authorNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:23 +0000 (04:58 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:23 +0000 (04:58 -0700)
commit68c75c589b2e006292f623bd6428754d7d590f01
treead9af6c1660326fc9f435190387b4893284aa05a
parent886c5f8fe5011bf9a610d2bc3cb3bb010c592510
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.
src/SConscript
src/python/m5/main.py