Searched refs:GDBSCR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/posix/launcher/
H A Dlauncher.script159 GDBSCR=/tmp/hsl.$$
160 rm -f $GDBSCR
161 cat >>$GDBSCR <<EOF
181 $GDB -x $GDBSCR
182 rm -f $GDBSCR
198 $EMACS --eval "($emacs_gud_cmd \"$GDB $emacs_gud_args -x $GDBSCR\")";
199 rm -f $GDBSCR

Completed in 35 milliseconds