#!/bin/bash . `dirname $0`/../vars export PATH=$PF_SRC/build/bin:$PATH exec $PF $* ## NOT USED ## this gives errors "Cannot find new threads: generic error" # Always run the "local" version in a debugger CMD=`tempfile -p pf-` cat <$CMD r $* EOF echo COMMANDS: cat $CMD gdb $PF -batch -x $CMD rm $CMD