summaryrefslogtreecommitdiff
path: root/Host/pyenv-nxt-gdb-server
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-22 10:38:01 +0800
committerTat-Chee Wan (USM)2011-07-22 10:38:01 +0800
commit0df4f4935d61c45789bf2ed744f809c8b71f57a1 (patch)
treedefd328a52a8d8c95884233d5e0102e530f27584 /Host/pyenv-nxt-gdb-server
parent3c27ee0902ba21bcb2517f1e09db6f58caafee45 (diff)
provide verbose, nowait options for invoking nxt-gdb-server
Default is non-verbose, wait when invoking nxt-gdb-server. Allow nowait option to enable Eclipse external tool launching
Diffstat (limited to 'Host/pyenv-nxt-gdb-server')
-rwxr-xr-xHost/pyenv-nxt-gdb-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/Host/pyenv-nxt-gdb-server b/Host/pyenv-nxt-gdb-server
index b98c2d8..875e92e 100755
--- a/Host/pyenv-nxt-gdb-server
+++ b/Host/pyenv-nxt-gdb-server
@@ -1,3 +1,3 @@
#!/bin/sh
export PYTHONPATH=~/svnrepo/nxt-python:~/gitrepo/pyfantom
-arch -i386 /usr/bin/python2.6 ~/gitrepo/armdebug/Host/nxt-gdb-server.py
+arch -i386 /usr/bin/python2.6 ~/gitrepo/armdebug/Host/nxt-gdb-server.py $*