HomeSort by relevance Sort by last modified time
    Searched refs:GDB (Results 1 - 21 of 21) 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...]
  /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 25 GDB=""
45 TIME_OUT="gdb" # "n" (disabled), "timeout" (use timeout), "gdb" (use gdb)
182 elif [ "x$1" = "x--gdb" ]; then
187 elif [ "x$1" = "x--gdb-arg" ]; then
436 GDB="$GDB_SERVER :5039"
439 GDB=lldb
443 GDB=gdb
    [all...]
  /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
  /external/clang/include/clang/Driver/
ToolChain.h 315 return llvm::DebuggerKind::GDB;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 279 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 301 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; }
362 /// additional information into the table ala newer gcc for gdb
368 /// additional information into the table ala newer gcc for gdb
DwarfDebug.cpp 229 DebuggerTuning = DebuggerKind::GDB;
245 // Pubnames/pubtypes on by default for GDB.
263 // Work around a GDB bug. GDB doesn't support the standard opcode;
266 // See GDB bug 11616 - DW_OP_form_tls_address is unimplemented
270 // GDB does not fully support the DWARF 4 representation for bitfields.
    [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.
306 // GDB doesn't like FORM_addr for AT_location, so emit a
349 // circular definition loops, so that gdb can understand them.
875 gdbscript = f.Name[:i] + "runtime/runtime-gdb.py"
    [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.
306 // GDB doesn't like FORM_addr for AT_location, so emit a
349 // circular definition loops, so that gdb can understand them.
875 gdbscript = f.Name[:i] + "runtime/runtime-gdb.py"
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 482 .Case("gdb", unsigned(llvm::DebuggerKind::GDB))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go     [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1000 milliseconds