/external/chromium_org/tools/valgrind/ |
valgrind.sh | 20 GDB=gdb 23 # Prefer a gdb that matches the executable if it's available. 25 GDB="/usr/bin/gdb32"; 27 GDB="/usr/bin/gdb64"; 31 # Prompt to attach gdb when there was an error detected. 32 DEFAULT_TOOL_FLAGS=("--db-command=$GDB -nw %f %p" "--db-attach=yes" \ 33 # Keep the registers in gdb in sync with the code.
|
/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" 35 elif [ "x$1" = "x--gdb" ]; then 36 GDB="y" 96 if [ "$GDB" = "y" ]; then 97 gdb=gdb 99 # Enable for Emacs "M-x gdb" support. TODO: allow extra gdb arguments on command line. 110 $INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB -Ximage:$ANDROID_ROOT/framework/core.art \
|
push-and-run-test-jar | 13 GDB="n" 36 elif [ "x$1" = "x--gdb" ]; then 37 GDB="y" 123 if [ "$GDB" = "y" ]; then 124 gdb="gdbserver :5039" 135 $INVOKE_WITH $gdb dalvikvm $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $INT_OPTS $DEBUGGER_OPTS -Ximage:/data/art-test/core.art -cp $DEX_LOCATION/$TEST_NAME.jar Main"
|
/dalvik/tests/etc/ |
host-run-test-jar | 24 GDB="n" 51 elif [ "x$1" = "x--gdb" ]; then 52 GDB="y" 152 if [ "$GDB" = "y" ]; then 153 gdb=gdb 157 $valgrind_cmd $gdb $exe $gdbargs "-Xbootclasspath:${bpath}" \
|
/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; \
|
/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) 252 the script will use it to find the gdb and gdbserver binaries. You can 275 --gdb and --symbol-lib options to specify everything manually [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/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/arm/arm-linux-androideabi-4.6/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/arm/arm-eabi-4.6/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/arm/arm-linux-androideabi-4.6/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
|
/build/ |
envsetup.sh | 892 $ANDROID_TOOLCHAIN/$GDB -x "$@" 903 local GDB 905 x86) GDB=i686-linux-android-gdb;; 906 arm) GDB=arm-linux-androideabi-gdb;; 907 mips) GDB=mipsel-linux-android-gdb;; 959 echo >>"$OUT_ROOT/gdbclient.cmds" "source $ANDROID_BUILD_TOP/development/scripts/gdb/dalvik.gdb" [all...] |
/dalvik/vm/ |
Dvm.mk | 54 # - GDB helpers enabled 64 # add some extra stuff to make it easier to examine with GDB
|
/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,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkitdirs.pm | [all...] |