Searched refs:GDB (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/gdbserver_tests/
H A Dmake_local_links28 export GDB=""
55 echo "$@" "suppressed as $GDB version" $GDBVERSIONLINE "is <" $NEEDED
62 GDB=$1
63 ln -f -s "$GDB" gdbserver_tests/gdb
/external/elfutils/tests/
H A Drun-readelf-gdb_index.sh70 GDB section [33] '.gdb_index' at offset 0xe76 contains 8383 bytes :
101 GDB section [33] '.gdb_index' at offset 0xe76 contains 8399 bytes :
/external/llvm/include/llvm/Target/
H A DTargetOptions.h87 GDB, // Tune debug info for gdb. member in class:llvm::DebuggerKind
/external/swiftshader/third_party/LLVM/utils/
H A Dcodegen-diff87 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
/external/llvm/utils/
H A Dcodegen-diff87 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
/external/clang/include/clang/Driver/
H A DToolChain.h315 return llvm::DebuggerKind::GDB;
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h279 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h301 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; }
H A DDwarfDebug.cpp229 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.
1083 // We'd like to list the prologue as "not statements" but GDB behaves
1084 // poorly if we do that. Revisit this with caution/GDB (7.5+) testing.
/external/valgrind/
H A Dconfigure936 GDB
5203 case $GDB in
5205 ac_cv_path_GDB="$GDB" # Let the user override the test with a path.
5227 GDB=$ac_cv_path_GDB
5228 if test -n "$GDB"; then
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDB" >&5
5230 $as_echo "$GDB" >&6; }
5239 #define GDB_PATH "$GDB"
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp482 .Case("gdb", unsigned(llvm::DebuggerKind::GDB))
/external/clang/lib/Driver/
H A DTools.cpp2808 case llvm::DebuggerKind::GDB:
4515 DebuggerTuning = llvm::DebuggerKind::GDB;

Completed in 649 milliseconds