VCL-LDPRELOAD: enable accept4() wrapper

Change-Id: I56567953fb8329315393047913e30fc7f2242bdb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2017-11-07 02:20:07 -05:00
committed by Florin Coras
parent bfc29ba442
commit 5917939256
8 changed files with 80 additions and 60 deletions

View File

@ -569,7 +569,7 @@ write_gdb_cmdfile() {
echo "set confirm off" >> $1
if [ -n "$4" ] ; then
echo "set exec-wrapper env LD_PRELOAD=$4" >> $1
echo "start" >> $1
# echo "start" >> $1
fi
if [ ! -f $2 ] ; then