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

  /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 135 local GDB
138 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/darwin-x86/bin/gdb
142 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
186 local DALVIK_GDB_SCRIPT=$ROOT/development/scripts/gdb/dalvik.gdb
200 gdbwrapper $GDB "$OUT_ROOT/gdbclient.cmds" "$LOCAL_EXE_PATH
    [all...]
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Makefile 2 GDB=gdb
86 $(GDB) -batch -x script ./$$TARGET; \
  /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 :
  /art/test/etc/
run-test-jar 24 GDB=""
42 TIME_OUT="gdb" # "n" (disabled), "timeout" (use timeout), "gdb" (use gdb)
147 elif [ "x$1" = "x--gdb" ]; then
152 elif [ "x$1" = "x--gdb-arg" ]; then
308 GDB="$GDB_SERVER :5039"
311 GDB=lldb
315 GDB=gdb
    [all...]
  /external/llvm/include/llvm/Target/
TargetOptions.h 88 GDB, // Tune debug info for gdb.
  /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/v8/build/android/
adb_gdb 66 DEFAULT_PULL_LIBS_DIR=/tmp/$USER-adb-gdb-libs
88 GDBEXEPOSTFIX=gdb
134 --gdb=*)
135 GDB=$optarg
230 Attach gdb to a running Android $PROGRAM_NAME process.
237 Attach gdb to a running Android $PROGRAM_NAME process.
256 - host gdb client (e.g. arm-linux-androideabi-gdb)
277 --gdb and --symbol-lib options to specify everything manually.
279 An alternative to --gdb=<file> is to use --toollchain=<path> to specif
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 310 return llvm::DebuggerKind::GDB;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 264 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 386 /// additional information into the table ala newer gcc for gdb
392 /// additional information into the table ala newer gcc for gdb
537 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; }
DwarfDebug.cpp 229 DebuggerTuning = DebuggerKind::GDB;
243 // Pubnames/pubtypes on by default for GDB.
261 // Work around a GDB bug. GDB doesn't support the standard opcode;
264 // See GDB bug 11616 - DW_OP_form_tls_address is unimplemented
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 558 Options.DebuggerTuning = llvm::DebuggerKind::GDB;
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 753 milliseconds