head	1.2;
access
	turnham-oss;
symbols
	v20020609:1.2
	v20020608:1.2
	v20020607:1.2
	v20020606:1.2
	v20020605:1.2
	v20020604:1.2
	F1:1.2
	I20020521:1.2
	AddConnectionCls:1.1
	R1-0:1.1.0.4
	startR2:1.1
	CDT-0-5-1:1.1
	CDT-0-5:1.1.0.2
	CDT-0-5-0:1.1;
locks; strict;
comment	@# @;
expand	@b@;


1.2
date	2002.05.14.21.48.14;	author weisz;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.02.21.15.30;	author chanskw;	state Exp;
branches;
next	;


desc
@@


1.2
log
@in support of JNI debugging (attaching to javaw ...)
@
text
@#!/bin/sh

#This script should only be used on LINUX

#export PATH=$ORIG_PATH:$PATH
#unset LD_LIBRARY_PATH
unset LD_ASSUME_KERNEL

gdb "$@@"  

echo "All Done."
@


1.1
log
@moved gdb to root directory for packaging
@
text
@d9 1
a9 1
/usr/bin/gdb "$@@"  
@

