/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...] |
/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}" \
|
/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 | 830 $ANDROID_TOOLCHAIN/$GDB -x "$@" 841 local GDB 843 x86) GDB=i686-linux-android-gdb;; 844 arm) GDB=arm-linux-androideabi-gdb;; 845 mips) GDB=mipsel-linux-android-gdb;; [all...] |
/dalvik/vm/ |
Dvm.mk | 49 # - GDB helpers enabled 59 # 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,
|