OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdb
(Results
1 - 12
of
12
) sorted by null
/build/core/
process_wrapper_gdb.sh
7
# of a
gdb
session to allow for debugging.
15
# inside of
gdb
, giving
gdb
an initial command script to
17
gdb
-q -x $2/process_wrapper_gdb.cmds --args "$@"
/dalvik/tests/etc/
local-run-test-jar
24
GDB
="n"
51
elif [ "x$1" = "x--
gdb
" ]; then
52
GDB
="y"
146
if [ "$
GDB
" = "y" ]; then
147
gdb
=
gdb
151
$valgrind_cmd $
gdb
$exe $gdbargs "-Xbootclasspath:${bpath}" \
/ndk/build/tools/
build-gcc.sh
45
register_var_option "--
gdb
-version=<version>" GDB_VERSION "Specify
gdb
version"
113
if [ ! -d $SRC_DIR/
gdb
/
gdb
-$GDB_VERSION ] ; then
114
echo "ERROR: Missing
gdb
sources: $SRC_DIR/
gdb
/
gdb
-$GDB_VERSION"
115
echo " Use --
gdb
-version=<version> to specify alternative."
162
export CFLAGS="-Wno-error" && # needed because
gdb
-6.6 uses -Werror by default and fails to build with recent GCC versions
172
--with-
gdb
-version=$GDB_VERSION
[
all
...]
rebuild-all-prebuilt.sh
20
# - cross toolchains (gcc, ld,
gdb
, etc...)
37
register_var_option "--
gdb
-version=<version>" GDB_VERSION "Specify
gdb
version"
211
$PROGDIR/build-gdbserver.sh $FLAGS --build-out=$BUILD_DIR/gdbserver-$1 $SRC_DIR/
gdb
/
gdb
-$GDB_VERSION/
gdb
/gdbserver $NDK_DIR $1
download-toolchain-sources.sh
117
toolchain_clone
gdb
137
log "getting rid of obsolete sources: gcc-4.3.1
gdb
-6.8 binutils-2.17"
139
rm -rf $TMPDIR/gcc/
gdb
-6.8
/ndk/build/core/
setup-abi.mk
39
TARGET_GDB_SETUP := $(TARGET_OUT)/setup.
gdb
setup-app.mk
70
$(hide) rm -f $(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/
gdb
.setup)
setup-toolchain.mk
122
NDK_APP_GDBSETUP := $(NDK_APP_DST_DIR)/
gdb
.setup
134
# This prevents parallel execution to clear
gdb
.setup after it has been written to
/ndk/
ndk-gdb
23
# See docs/NDK-
GDB
.TXT for usage description. Essentially, you just
24
# need to launch ndk-
gdb
from your application project directory
208
echo "Setup a
gdb
debugging session for your Android NDK application."
209
echo "Read $$NDK/docs/NDK-
GDB
.TXT for complete usage instructions."
223
echo " --exec=<file> Execute
gdb
initialization commands in <file> after connection"
365
echo "ndk-
gdb
will only work if your device is running Android 2.2 or higher."
370
echo "ERROR: ndk-
gdb
requires a target device running Android 2.2 (API level 8) or higher."
458
log "Using
gdb
setup init: $GDBSETUP_INIT"
569
# Now launch the appropriate
gdb
client with the right init commands
571
GDBCLIENT=${TOOLCHAIN_PREFIX}
gdb
[
all
...]
/dalvik/vm/arch/arm/
CallOldABI.S
94
sub fp, ip, #4 @ set up fp, same way
gdb
does
/external/webkit/WebKitTools/Scripts/
webkitdirs.pm
[
all
...]
/build/
envsetup.sh
786
arm-eabi-
gdb
-x "$OUT_ROOT/gdbclient.cmds" "$OUT_EXE_SYMBOLS/$EXE"
Completed in 101 milliseconds