/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/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;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
dwarf.go | 12 // - gdb uses c syntax, meaning clumsy quoting is needed for go identifiers. eg 14 // - lexical scoping is lost, so gdb gets confused as to which 'main.i' you mean. 219 DW_ABRV_BARE_PTRTYPE // only for void*, no DW_AT_type attr to please gdb 6. 825 Thearch.Vput(0) // invalid dwarf, gdb will complain. 827 Thearch.Lput(0) // invalid dwarf, gdb will complain. 920 // GDB doesn't like DW_FORM_addr for DW_AT_location, so emit a 958 // circular definition loops, so that gdb can understand them. [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
dwarf.go | 9 // - gdb uses c syntax, meaning clumsy quoting is needed for go identifiers. eg 11 // - lexical scoping is lost, so gdb gets confused as to which 'main.i' you mean. 216 DW_ABRV_BARE_PTRTYPE // only for void*, no DW_AT_type attr to please gdb 6. 822 Thearch.Vput(0) // invalid dwarf, gdb will complain. 824 Thearch.Lput(0) // invalid dwarf, gdb will complain. 917 // GDB doesn't like DW_FORM_addr for DW_AT_location, so emit a 955 // circular definition loops, so that gdb can understand them. [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
dwarf.go | 12 // - gdb uses c syntax, meaning clumsy quoting is needed for go identifiers. eg 14 // - lexical scoping is lost, so gdb gets confused as to which 'main.i' you mean. 219 DW_ABRV_BARE_PTRTYPE // only for void*, no DW_AT_type attr to please gdb 6. 825 Thearch.Vput(0) // invalid dwarf, gdb will complain. 827 Thearch.Lput(0) // invalid dwarf, gdb will complain. 920 // GDB doesn't like DW_FORM_addr for DW_AT_location, so emit a 958 // circular definition loops, so that gdb can understand them. [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
dwarf.go | 9 // - gdb uses c syntax, meaning clumsy quoting is needed for go identifiers. eg 11 // - lexical scoping is lost, so gdb gets confused as to which 'main.i' you mean. 216 DW_ABRV_BARE_PTRTYPE // only for void*, no DW_AT_type attr to please gdb 6. 822 Thearch.Vput(0) // invalid dwarf, gdb will complain. 824 Thearch.Lput(0) // invalid dwarf, gdb will complain. 917 // GDB doesn't like DW_FORM_addr for DW_AT_location, so emit a 955 // circular definition loops, so that gdb can understand them. [all...] |
/external/clang/lib/Driver/ |
Tools.cpp | [all...] |