HomeSort by relevance Sort by last modified time
    Searched refs:GDBSETUP_INIT (Results 1 - 2 of 2) sorted by null

  /ndk/
ndk-gdb 563 GDBSETUP_INIT=`get_build_var_for_abi NDK_APP_GDBSETUP $COMPAT_ABI`
564 log "Using gdb setup init: $GDBSETUP_INIT"
734 cp -f $GDBSETUP_INIT $GDBSETUP
ndk-gdb.py 593 GDBSETUP_INIT = get_build_var_for_abi('NDK_APP_GDBSETUP', COMPAT_ABI)
594 log('Using gdb setup init: %s' % (GDBSETUP_INIT))
770 shutil.copyfile(GDBSETUP_INIT, GDBSETUP)

Completed in 986 milliseconds