don't show symbol bindings when starting gdb on OS X

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6531 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-01-21 19:44:56 +00:00
parent 4f07564b35
commit cd839467c4
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ dir=`dirname "$0"`
. $dir/ardev_common.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export ARDOUR_INSIDE_GDB=1
export DYLD_PRINT_BINDINGS=1
#export DYLD_PRINT_BINDINGS=1
exec gdb $EXECUTABLE "$@"