OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDB_VERSION
(Results
1 - 4
of
4
) sorted by null
/ndk/build/tools/
build-gdbserver.sh
58
GDB_VERSION
=$DEFAULT_GDB_VERSION
59
register_var_option "--gdb-version=<name>"
GDB_VERSION
"Use specific gdb version."
83
SRC_DIR2="$SRC_DIR/gdb/gdb-$
GDB_VERSION
/gdb/gdbserver"
154
LIBTHREAD_DB_DIR=$ANDROID_NDK_ROOT/sources/android/libthread_db/gdb-$
GDB_VERSION
173
dump "Configure: $TOOLCHAIN gdbserver-$
GDB_VERSION
build."
175
case "$
GDB_VERSION
" in
build-host-gdb.sh
55
GDB_VERSION
="6.6 7.3.x"
56
register_var_option "--gdb-version=<version>"
GDB_VERSION
"Select GDB version(s)."
93
for VERSION in $(commas_to_spaces $
GDB_VERSION
); do
297
GDB_VERSION
=$(commas_to_spaces $
GDB_VERSION
)
304
for VERSION in $
GDB_VERSION
; do
314
for VERSION in $
GDB_VERSION
; do
build-gcc.sh
45
GDB_VERSION
=$DEFAULT_GDB_VERSION
47
register_option "--gdb-version=<version>" do_gdb_version "Specify gdb version" "$
GDB_VERSION
"
49
GDB_VERSION
=$1
159
if [ ! -d $SRC_DIR/gdb/gdb-$
GDB_VERSION
] ; then
160
echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$
GDB_VERSION
"
177
GDB_VERSION
=$(get_default_gdb_version_for_gcc $TOOLCHAIN)
178
dump "Auto-config: --gdb-version=$
GDB_VERSION
"
181
if [ ! -d $SRC_DIR/gdb/gdb-$
GDB_VERSION
] ; then
182
echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$
GDB_VERSION
"
357
--with-gdb-version=$
GDB_VERSION
\
[
all
...]
dev-rebuild-ndk.sh
201
$MPFR_VERSION $
GDB_VERSION
$BINUTILS_VERSION \
Completed in 945 milliseconds