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

  /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"
56 elif [ "x$1" = "x--gdb" ]; then
57 GDB="y"
142 if [ "$GDB" = "y" ]; then
144 gdb=lldb
148 gdb=gdb
150 # Enable for Emacs "M-x gdb" support. TODO: allow extra gdb arguments on command line.
183 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$T (…)
    [all...]
push-and-run-test-jar 13 GDB="n"
55 elif [ "x$1" = "x--gdb" ]; then
56 GDB="y"
156 if [ "$GDB" = "y" ]; then
157 gdb="gdbserver$GDB_TARGET_SUFFIX :5039"
175 $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 Main"
push-and-run-prebuilt-test-jar 16 GDB="n"
67 elif [ "x$1" = "x--gdb" ]; then
68 GDB="y"
169 if [ "$GDB" = "y" ]; then
170 gdb="gdbserver$GDB_TARGET_SUFFIX :5039"
197 $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 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; \
  /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...]
  /build/
envsetup.sh 972 # gdb.
982 local GDB
984 arm) GDB=arm-linux-androideabi-gdb;;
985 arm64) GDB=arm-linux-androideabi-gdb; GDB64=aarch64-linux-android-gdb;;
986 mips|mips64) GDB=mips64el-linux-android-gdb;;
987 x86) GDB=x86_64-linux-android-gdb;
    [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 1541 milliseconds