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

1 2 3

  /external/valgrind/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...]
  /development/scripts/
gdbclient 138 local GDB
141 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/darwin-x86/bin/gdb
145 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
189 local DALVIK_GDB_SCRIPT=$ROOT/development/scripts/gdb/dalvik.gdb
203 gdbwrapper $GDB "$OUT_ROOT/gdbclient.cmds" "$LOCAL_EXE_PATH
    [all...]
  /toolchain/binutils/binutils-2.27/
djunpack.bat 6 Rem This batch file unpacks the GDB distribution while simultaneously
12 Rem djunpack gdb-XYZ.tar
17 Rem The following 2 lines need to be changed with each new GDB release, to
18 Rem be identical to the name of the top-level directory where the GDB
20 set GDBVER=gdb-5.0
21 if "%GDBVER%"=="gdb-5.0" GoTo EnvOk
27 djtar -x -p -o %GDBVER%/gdb/config/djgpp/fnchange.lst %1 > fnchange.tmp
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/
Makefile 2 GDB=gdb
86 $(GDB) -batch -x script ./$$TARGET; \
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/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/elfutils/tests/
run-readelf-gdb_index.sh 62 # gdb testfilegdbindex7
63 # (gdb) save gdb-index .
64 # objcopy --add-section .gdb_index=testfilegdbindex7.gdb-index --set-section-flags .gdb_index=readonly testfilegdbindex7 testfilegdbindex7
70 GDB section [33] '.gdb_index' at offset 0xe76 contains 8383 bytes :
101 GDB section [33] '.gdb_index' at offset 0xe76 contains 8399 bytes :
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetOptions.h 94 GDB, // Tune debug info for gdb.
  /external/llvm/include/llvm/Target/
TargetOptions.h 87 GDB, // Tune debug info for gdb.
  /external/swiftshader/third_party/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/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

Completed in 1169 milliseconds

1 2 3