Home
last modified time | relevance | path

Searched refs:GDBSETUP_INIT (Results 1 – 2 of 2) sorted by relevance

/ndk/
Dndk-gdb619 GDBSETUP_INIT=`get_build_var_for_abi NDK_APP_GDBSETUP $COMPAT_ABI`
620 log "Using gdb setup init: $GDBSETUP_INIT"
847 cp -f $GDBSETUP_INIT $GDBSETUP
Dndk-gdb.py642 GDBSETUP_INIT = get_build_var_for_abi('NDK_APP_GDBSETUP', COMPAT_ABI)
643 log('Using gdb setup init: %s' % (GDBSETUP_INIT))
848 shutil.copyfile(GDBSETUP_INIT, GDBSETUP)