source: trunk/src/gcc/boehm-gc/callprocs@ 1036

Last change on this file since 1036 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 148 bytes
Line 
1#!/bin/sh
2GC_DEBUG=1
3export GC_DEBUG
4$* 2>&1 | awk '{print "0x3e=c\""$0"\""};/^\t##PC##=/ {if ($2 != 0) {print $2"?i"}}' | adb $1 | sed "s/^ >/>/"
Note: See TracBrowser for help on using the repository browser.