OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdbserver
(Results
1 - 13
of
13
) sorted by null
/prebuilt/android-arm/gdbserver/
Android.mk
4
# Explicitly mark
gdbserver
as "eng" so that it doesn't
7
LOCAL_SRC_FILES :=
gdbserver
8
LOCAL_MODULE :=
gdbserver
/ndk/
ndk-gdb
38
# Delay in seconds between launching the activity and attaching
gdbserver
on it.
239
echo " --delay=<secs> Delay in seconds between activity start and
gdbserver
attach."
242
echo " --port=<port> Use tcp:localhost:<port> to communicate with
gdbserver
[$DEBUG_PORT]"
479
# If
gdbserver
exists, then we built with 'ndk-build NDK_DEBUG=1' and it's
482
if [ -f $PROJECT/libs/$COMPAT_ABI/
gdbserver
] ; then
483
log "Found
gdbserver
under libs/$COMPAT_ABI, assuming app was built with NDK_DEBUG=1"
498
if [ ! -f $PROJECT/libs/$COMPAT_ABI/
gdbserver
] ; then
499
echo "ERROR: Could not find
gdbserver
binary under $PROJECT/libs/$COMPAT_ABI"
508
# Let's check that '
gdbserver
' is properly installed on the device too. If this
511
adb_var_shell2 DEVICE_GDBSERVER ls /data/data/$PACKAGE_NAME/lib/
gdbserver
[
all
...]
/ndk/build/tools/
build-gdbserver.sh
17
# This shell script is used to rebuild the
gdbserver
binary from
27
"Rebuild the
gdbserver
prebuilt binary for the Android NDK toolchain.
29
Where <src-dir> is the location of the
gdbserver
sources,
35
<ndk-dir>/toolchains <toolchain>/prebuilt/
gdbserver
42
BUILD_OUT=/tmp/ndk-$USER/build/
gdbserver
80
SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/
gdbserver
"
83
log "Found
gdbserver
source directory: $SRC_DIR"
87
echo "ERROR: Source directory does not contain
gdbserver
sources: $SRC_DIR"
164
# configure the
gdbserver
build now
165
dump "Configure: $TOOLCHAIN
gdbserver
-$GDB_VERSION build.
[
all
...]
make-standalone-toolchain.sh
151
echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v
gdbserver
`
rebuild-all-prebuilt.sh
21
# - target-specific
gdbserver
278
dump "Skipping
gdbserver
build (--mingw option being used)."
281
dump "Build $1
gdbserver
..."
282
$PROGDIR/build-
gdbserver
.sh $FLAGS --sysroot=$OPTION_SYSROOT --build-out=$BUILD_DIR/
gdbserver
-$1 --gdb-version=$GDB_VERSION $SRC_DIR $NDK_DIR $1
283
fail_panic "Could not build $1
gdbserver
!"
284
package_it "$1
gdbserver
" "$1-
gdbserver
" "toolchains/$1/prebuilt/
gdbserver
"
package-release.sh
187
if [ ! -f "$PREBUILT_DIR/$TC-
gdbserver
.tar.bz2" ] ; then
188
echo "ERROR: Missing prebuilt file $TC-
gdbserver
.tar.bz2 in: $PREBUILT_DIR"
383
# Unpack
gdbserver
388
unpack_prebuilt $TC-
gdbserver
.tar.bz2
/ndk/build/core/
setup-toolchain.mk
95
# We expect the
gdbserver
binary for this toolchain to be located at its root.
96
TARGET_GDBSERVER := $(TOOLCHAIN_ROOT)/prebuilt/
gdbserver
103
# Ensure that for debuggable applications,
gdbserver
will be copied to
107
NDK_APP_GDBSERVER := $(NDK_APP_DST_DIR)/
gdbserver
117
@ echo "
Gdbserver
: [$(PRIVATE_NAME)] $(call pretty-dir,$(PRIVATE_DST))"
setup-app.mk
76
$(hide) rm -f $(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/
gdbserver
)
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
48
PREBUILT_GDB_DIR=prebuilt/android-$ARCH/
gdbserver
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
48
PREBUILT_GDB_DIR=prebuilt/android-$ARCH/
gdbserver
/bootable/diskinstaller/
config.mk
18
gdbserver
\
/build/
envsetup.sh
731
adb shell
gdbserver
$PORT --attach $PID &
736
echo "
gdbserver
$PORT /system/bin/$EXE"
738
echo "
gdbserver
$PORT --attach $PID"
/bionic/libc/
Android.mk
371
# These files need to be arm so that
gdbserver
Completed in 291 milliseconds