HomeSort by relevance Sort by last modified time
    Searched refs:GDB (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/gdbserver_tests/
make_local_links 6 # so that tests needing gdb can be disabled if
7 # a too old version of gdb is provided or if no gdb is
10 # The vgdb link is needed either for gdb tests
23 echo "usage: make_local_links /path/to/gdb" 1>&2
28 export GDB=""
33 # $1 = Major.Minor gdb version needed
55 echo "$@" "suppressed as $GDB version" $GDBVERSIONLINE "is <" $NEEDED
62 GDB=$1
63 ln -f -s "$GDB" gdbserver_tests/gd
    [all...]
  /art/test/etc/
host-run-test-jar 14 GDB="n"
59 elif [ "x$1" = "x--gdb" ]; then
60 GDB="y"
155 if [ "$GDB" = "y" ]; then
157 gdb=lldb
161 gdb=gdb
163 # Enable for Emacs "M-x gdb" support. TODO: allow extra gdb arguments on command line.
201 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $DEX_VERIFY $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX (…)
    [all...]
push-and-run-test-jar 13 GDB="n"
57 elif [ "x$1" = "x--gdb" ]; then
58 GDB="y"
160 if [ "$GDB" = "y" ]; then
161 gdb="gdbserver$GDB_TARGET_SUFFIX :5039"
185 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $DEX_VERIFY $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX Main"
push-and-run-prebuilt-test-jar 16 GDB="n"
69 elif [ "x$1" = "x--gdb" ]; then
70 GDB="y"
173 if [ "$GDB" = "y" ]; then
174 gdb="gdbserver$GDB_TARGET_SUFFIX :5039"
206 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX Main $@"
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Makefile 2 GDB=gdb
86 $(GDB) -batch -x script ./$$TARGET; \
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 2 GDB=gdb
86 $(GDB) -batch -x script ./$$TARGET; \
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 2 GDB=gdb
86 $(GDB) -batch -x script ./$$TARGET; \
  /build/
envsetup.sh 1130 local GDB=
1135 GDB=arm-linux-androideabi-gdb
1136 GDB64=aarch64-linux-android-gdb
1138 GDB=arm-linux-androideabi-gdb
1140 GDB=x86_64-linux-androideabi-gdb
1142 GDB=x86_64-linux-androideabi-gdb
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 17 """GDB commands for working with pretty-printers."""
20 import gdb namespace
41 argv = gdb.string_to_argv(arg);
84 class InfoPrettyPrinter(gdb.Command):
85 """GDB command to list all registered pretty-printers.
100 gdb.COMMAND_DATA)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 17 """GDB commands for working with pretty-printers."""
20 import gdb namespace
41 argv = gdb.string_to_argv(arg);
84 class InfoPrettyPrinter(gdb.Command):
85 """GDB command to list all registered pretty-printers.
100 gdb.COMMAND_DATA)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 17 """GDB commands for working with pretty-printers."""
20 import gdb namespace
41 argv = gdb.string_to_argv(arg);
84 class InfoPrettyPrinter(gdb.Command):
85 """GDB command to list all registered pretty-printers.
100 gdb.COMMAND_DATA)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 17 """GDB commands for working with pretty-printers."""
20 import gdb namespace
41 argv = gdb.string_to_argv(arg);
84 class InfoPrettyPrinter(gdb.Command):
85 """GDB command to list all registered pretty-printers.
100 gdb.COMMAND_DATA)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /external/llvm/utils/
codegen-diff 30 print "opened gdb output file $filename\n" if $DEBUG;
40 } elsif (/^(0x[0-9a-f]*):\t$/) { # deal with gdb's line breaker
87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE>
98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
129 L<gdb(1)>, L<objdump(1)>, L<script(1)>.
131 You will need my B<gdb> patch:
133 http://llvm.cs.uiuc.edu/~gaeke/gdb-disassembly-print-bytes.patch
  /external/chromium_org/build/android/
adb_gdb 67 DEFAULT_PULL_LIBS_DIR=/tmp/$USER-adb-gdb-libs
91 GDBEXEPOSTFIX=gdb
129 --gdb=*)
130 GDB=$optarg
220 Attach gdb to a running Android $PROGRAM_NAME process.
227 Attach gdb to a running Android $PROGRAM_NAME process.
245 - host gdb client (e.g. arm-linux-androideabi-gdb)
270 --gdb and --symbol-lib options to specify everything manually.
272 An alternative to --gdb=<file> is to use --toollchain=<path> to specif
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 419 // defines for GDB stub
426 #error GDB stub was written for single processor support. If multiprocessor support is added, then we can remove this check.
427 // The big problem is knowing which CPU gdb is referring to. In other words,
  /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
145 Setup a gdb debugging session for your Android NDK application.
146 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''',
183 help='Execute gdb initialization commands in <EXEC_FILE> after connection',
329 # Silent if gdb is running in tui mode to keep things tidy.
599 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
603 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
621 log('Using gdb setup init: %s' % (GDBSETUP_INIT))
793 # Now launch the appropriate gdb client with the right init command
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]

Completed in 349 milliseconds