summaryrefslogtreecommitdiffstats
path: root/core/process_wrapper.sh
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:14 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:14 -0800
commit05806d7af62e07c6225b2e7103a1b115ecf6c9ad (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /core/process_wrapper.sh
parent094268cf8cb37b9d904c8a1e3559cdd46d73cf66 (diff)
downloadbuild-05806d7af62e07c6225b2e7103a1b115ecf6c9ad.zip
build-05806d7af62e07c6225b2e7103a1b115ecf6c9ad.tar.gz
build-05806d7af62e07c6225b2e7103a1b115ecf6c9ad.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'core/process_wrapper.sh')
-rwxr-xr-xcore/process_wrapper.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/process_wrapper.sh b/core/process_wrapper.sh
deleted file mode 100755
index 9c3104e..0000000
--- a/core/process_wrapper.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# When using a process wrapper, this is the top-level
-# command that is executed instead of the server
-# command. It starts a new xterm in which the user can
-# interact with the new process.
-#
-# Inside of the xterm is a gdb session, through which
-# the user can debug the new process.
-
-# Save away these variables, since we may loose them
-# when starting in the xterm.
-export PREV_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
-export PREV_PATH=$PATH
-
-gnome-terminal -t "Wrapper: $1" --disable-factory -x $2/process_wrapper_gdb.sh "$@"
-