Home | History | Annotate | Download | only in make

Lines Matching refs:SIG

1100     local SIG=SEGV;
1106 printf "\tSending SIG%s to %d...\n" $SIG $PID;
1107 adb shell kill -$SIG $PID;