Add VPtr class that makes it possible to esentially create
authorNathan Binkert <binkertn@umich.edu>
Thu, 13 May 2004 12:08:42 +0000 (08:08 -0400)
committerNathan Binkert <binkertn@umich.edu>
Thu, 13 May 2004 12:08:42 +0000 (08:08 -0400)
commitf13926c0994698f7abce9230349bb80395f4b706
treec453e118ed793eaea2bc26552ec14c9b8db92db5
parent2d8777a79bf3e3e93157ad30514996c3124324ca
Add VPtr class that makes it possible to esentially create
a pointer to an object that lives inside simulated memory.
Useful for doing a bit of analysis of what's going on in
the running kernel.

--HG--
extra : convert_revision : d78089cce5ec4334483a710ba512eaf18d9b0319
arch/alpha/vptr.hh [new file with mode: 0644]