OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdb
(Results
101 - 125
of
125
) sorted by null
1
2
3
4
5
/ndk/
ndk-gdb.py
25
See docs/NDK-
GDB
.TXT for usage description. Essentially, you just
26
need to launch ndk-
gdb
-py from your application project directory
121
Setup a
gdb
debugging session for your Android NDK application.
122
Read ''' + NDK + '''/docs/NDK-
GDB
.html for complete usage instructions.''',
159
help='Execute
gdb
initialization commands in <EXEC_FILE> after connection',
302
# Silent if
gdb
is running in tui mode to keep things tidy.
572
ndk-
gdb
will only work if your device is running Android 2.2 or higher.''')
576
error('''ndk-
gdb
requires a target device running Android 2.2 (API level 8) or higher.
594
log('Using
gdb
setup init: %s' % (GDBSETUP_INIT))
766
# Now launch the appropriate
gdb
client with the right init command
[
all
...]
/external/valgrind/main/none/tests/
cmdline1.stdout.exp
73
--vgdb-shadow-registers=no|yes let
gdb
see the shadow registers [no]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
506
# Copy up the
gdb
python hooks into a position where they can be automatically
507
# loaded by
gdb
during Lib/test/test_gdb.py
511
gdbhooks: $(BUILDPYTHON)-
gdb
.py
513
SRC_GDB_HOOKS=$(srcdir)/Tools/
gdb
/libpython.py
514
$(BUILDPYTHON)-
gdb
.py: $(SRC_GDB_HOOKS)
515
$(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-
gdb
.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
507
# Copy up the
gdb
python hooks into a position where they can be automatically
508
# loaded by
gdb
during Lib/test/test_gdb.py
512
gdbhooks: $(BUILDPYTHON)-
gdb
.py
514
SRC_GDB_HOOKS=$(srcdir)/Tools/
gdb
/libpython.py
515
$(BUILDPYTHON)-
gdb
.py: $(SRC_GDB_HOOKS)
516
$(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-
gdb
.py
[
all
...]
/external/chromium_org/tools/valgrind/
memcheck_analyze.py
109
# Try using
gdb
258
# Try using
gdb
409
use_gdb: Whether to use
gdb
to resolve source filenames and line numbers
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
1037
local SUBDIRS="binutils build gcc
gdb
gmp gold mpfr"
[
all
...]
/external/chromium_org/v8/tools/gyp/
v8_base.arm.host.darwin-arm.mk
72
v8/src/
gdb
-jit.cc \
v8_base.arm.host.linux-arm.mk
72
v8/src/
gdb
-jit.cc \
v8_base.ia32.host.darwin-x86.mk
72
v8/src/
gdb
-jit.cc \
v8_base.ia32.host.linux-x86.mk
72
v8/src/
gdb
-jit.cc \
v8_base.mipsel.host.darwin-mips.mk
72
v8/src/
gdb
-jit.cc \
v8_base.mipsel.host.linux-mips.mk
72
v8/src/
gdb
-jit.cc \
v8_base.arm.target.darwin-arm.mk
73
v8/src/
gdb
-jit.cc \
v8_base.arm.target.linux-arm.mk
73
v8/src/
gdb
-jit.cc \
v8_base.ia32.target.darwin-x86.mk
73
v8/src/
gdb
-jit.cc \
v8_base.ia32.target.linux-x86.mk
73
v8/src/
gdb
-jit.cc \
v8_base.mipsel.target.darwin-mips.mk
73
v8/src/
gdb
-jit.cc \
v8_base.mipsel.target.linux-mips.mk
73
v8/src/
gdb
-jit.cc \
/external/chromium_org/native_client_sdk/src/tools/
common.mk
479
GDB_ARGS += -D $(TC_PATH)/$(OSNAME)_x86_newlib/bin/$(SYSARCH)-nacl-
gdb
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
1251
local SUBDIRS="binutils build gcc
gdb
gold gmp mpfr mpc"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
1251
local SUBDIRS="binutils build gcc
gdb
gold gmp mpfr mpc"
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm
[
all
...]
/external/chromium_org/v8/src/
d8.js
620
// Check if we have a
gdb
stype step command. If so, the 1st arg would
661
//
gdb
style step commands:
[
all
...]
/external/v8/src/
d8.js
674
// Check if we have a
gdb
stype step command. If so, the 1st arg would
715
//
gdb
style step commands:
[
all
...]
/ndk/build/core/
definitions.mk
517
# libraries, since it helps ndk-
gdb
.
[
all
...]
Completed in 7332 milliseconds
1
2
3
4
5