X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrinter.h;h=0e3977a993de18b21127b72ded9dc6d6f4c7b777;hb=6ea86573500e4a576d22feec71e36cf27c94aaa9;hp=b44847e9fde0e34c6548d5e895a976a3f6e90365;hpb=34533246b5686e1948e6a014a6e2dc72befe94c7;p=ghc-hetmet.git diff --git a/ghc/rts/Printer.h b/ghc/rts/Printer.h index b44847e..0e3977a 100644 --- a/ghc/rts/Printer.h +++ b/ghc/rts/Printer.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.h,v 1.4 1999/06/29 13:04:40 panne Exp $ + * $Id: Printer.h,v 1.5 2000/01/14 14:56:40 simonmar Exp $ * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2000 * * Prototypes for functions in Printer.c * @@ -18,6 +18,9 @@ extern void printStack ( StgStackPtr sp, StgStackPtr spLim, StgUpdateFrame* su ); extern void printTSO ( StgTSO *tso ); +void info_hdr_type ( StgClosure *closure, char *res ); +char * info_type ( StgClosure *closure ); +char * info_type_by_ip ( StgInfoTable *ip ); extern void DEBUG_LoadSymbols( char *name );