#!/bin/sh

ulimit -c unlimited
ulimit -f unlimited

OUR_DIR=$(dirname $0)
exec $OUR_DIR/ld-linux-* --library-path $OUR_DIR $OUR_DIR/gdbserver "$@"
