Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
H A Dintel_stub_gpu.in10 -g, --gdb Launch GDB
H A Dintel_dump_gpu.in11 -g, --gdb Launch GDB
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h93 GDB, // Tune debug info for gdb. member in llvm::DebuggerKind
/third_party/littlefs/
H A DMakefile18 GDB ?= gdb macro
143 ifneq ($(GDB),gdb)
144 TESTFLAGS += --gdb-path="$(GDB)"
145 BENCHFLAGS += --gdb-path="$(GDB)"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h761 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB()
H A DDwarfDebug.cpp364 DebuggerTuning = DebuggerKind::GDB;
406 // Work around a GDB bug. GDB doesn't support the standard opcode;
409 // See GDB bug 11616 - DW_OP_form_tls_address is unimplemented
413 // GDB does not fully support the DWARF 4 representation for bitfields.
766 // For regular calls (and tail calls in GDB tuning), the return PC
776 // GDB + DWARF 4 tuning.
796 // GDB and LLDB support call site parameter debug info.
1811 // We'd like to list the prologue as "not statements" but GDB behaves
1812 // poorly if we do that. Revisit this with caution/GDB (7.
[all...]

Completed in 5 milliseconds