This is the mail archive of the
frysk@sourceware.org
mailing list for the frysk project.
Value.toPrint(PrintWriter, ...) and Type.toPrint(PrintWriter, ...)
- From: Andrew Cagney <cagney at redhat dot com>
- To: frysk at sourceware dot org
- Date: Thu, 23 Aug 2007 10:35:31 -0400
- Subject: Value.toPrint(PrintWriter, ...) and Type.toPrint(PrintWriter, ...)
FYI,
The conversion to those is largely finished; and the old toString
methods have been removed.
In using frysk, if you encounter a value like
<<frysk.value.Value@0x1234,...>> then we've a lurking toString() call.
A test case to flush this out would really be appreciated.
Andrew