#!/bin/sh if [ "`arch`" = "x86_64" ]; then LIBDIR="lib64" else LIBDIR="lib" fi xterm -e /bin/sh -c "gdb --args /usr/$LIBDIR/xen/bin/qemu-dm $*"