Review Board 2.0.15


process: add progName() virtual function

Review Request #1326 - Created July 26, 2012 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 9133:bb6fcc2cc140
---------------------------
process: add progName() virtual function

This replaces a (potentially uninitialized) string
field with a virtual function so that we can have
a safe interface without requiring changes to the
eio code.