OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDBSETUP_INIT
(Results
1 - 2
of
2
) sorted by null
/ndk/
ndk-gdb
540
GDBSETUP_INIT
=`get_build_var_for_abi NDK_APP_GDBSETUP $COMPAT_ABI`
541
log "Using gdb setup init: $
GDBSETUP_INIT
"
700
cp -f $
GDBSETUP_INIT
$GDBSETUP
ndk-gdb.py
529
GDBSETUP_INIT
= get_build_var_for_abi('NDK_APP_GDBSETUP', COMPAT_ABI)
530
log('Using gdb setup init: %s' % (
GDBSETUP_INIT
))
668
shutil.copyfile(
GDBSETUP_INIT
, GDBSETUP)
Completed in 148 milliseconds