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
574
GDBSETUP_INIT
=`get_build_var_for_abi NDK_APP_GDBSETUP $COMPAT_ABI`
575
log "Using gdb setup init: $
GDBSETUP_INIT
"
782
cp -f $
GDBSETUP_INIT
$GDBSETUP
ndk-gdb.py
620
GDBSETUP_INIT
= get_build_var_for_abi('NDK_APP_GDBSETUP', COMPAT_ABI)
621
log('Using gdb setup init: %s' % (
GDBSETUP_INIT
))
797
shutil.copyfile(
GDBSETUP_INIT
, GDBSETUP)
[
all
...]
Completed in 56 milliseconds