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

/freebsd-current/usr.sbin/crashinfo/
H A Dcrashinfo.sh56 ${GDB} -batch -ex "$@" $k
159 GDB=/usr/local/bin/gdb
160 if [ ! -x "$GDB" ]; then
226 ${GDB%gdb}kgdb -q $KERNEL $VMCORE < $file
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzloop.sh34 GDB=${GDB:-gdb}
106 core_id=$($GDB --batch -c "$1" | grep "Core was generated by" | \
148 coredebug=$($GDB --batch --quiet \
H A DMakefile.am42 export GDB="libtool --mode=execute gdb"
/freebsd-current/sys/dev/dcons/
H A Ddcons_os.c125 #if defined(GDB)
149 #if (defined(GDB) || defined(DDB))
157 #ifdef GDB
464 #if defined(GDB)
/freebsd-current/contrib/sqlite3/tea/
H A DMakefile.in175 GDB = gdb
256 $(TCLSH_ENV) $(PKG_ENV) $(GDB) $(TCLSH_PROG) $(SCRIPT)
259 $(TCLSH_ENV) $(PKG_ENV) $(GDB) \
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.h75 return llvm::DebuggerKind::GDB;
H A DClang.cpp871 case llvm::DebuggerKind::GDB:
4311 DebuggerTuning = llvm::DebuggerKind::GDB;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h99 GDB, ///< Tune debug info for gdb. member in class:llvm::DebuggerKind
/freebsd-current/contrib/kyua/utils/
H A Dstacktrace.cpp68 /// Built-in path to GDB.
76 const char* utils::builtin_gdb = GDB;
79 /// Maximum time the external GDB process is allowed to run for.
101 /// Functor to execute GDB in a subprocess.
103 /// Path to the GDB binary to use.
115 /// \param gdb_ Path to the GDB binary to use.
126 /// Executes GDB.
135 // Old versions of GDB, such as the one shipped by FreeBSD as of
141 std::cerr << "Cannot create GDB script\n";
157 // Force all GDB outpu
[all...]
/freebsd-current/sys/kern/
H A Dlink_elf.c122 #ifdef GDB
288 #ifdef GDB
292 * A list of loaded modules for GDB to use for loading symbols.
344 #endif /* GDB */
394 #ifdef GDB
405 #ifdef GDB
516 #ifdef GDB
652 #ifdef GDB
1386 #ifdef GDB
/freebsd-current/contrib/bmake/mk/
H A Down.mk86 GDB \
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h588 return llvm::DebuggerKind::GDB;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h905 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; }
H A DDwarfDebug.cpp348 DebuggerTuning = DebuggerKind::GDB;
407 // Work around a GDB bug. GDB doesn't support the standard opcode;
410 // See GDB bug 11616 - DW_OP_form_tls_address is unimplemented
422 // Emit call-site-param debug info for GDB and LLDB, if the target supports
967 // calls, no return PC information is needed, unless tuning for GDB in
2031 // DW_AT_call_return_pc. Under GDB tuning, this information is needed for
2205 // We'd like to list the prologue as "not statements" but GDB behaves
2206 // poorly if we do that. Revisit this with caution/GDB (7.5+) testing.
2965 // GDB onl
[all...]
/freebsd-current/sys/arm64/arm64/
H A Ddebug_monitor.c195 #if defined(DDB) || defined(GDB)
292 #endif /* DDB || GDB */
/freebsd-current/lib/clang/liblldb/
H A DMakefile395 SRCS+= Plugins/JITLoader/GDB/JITLoaderGDB.cpp
743 Plugins/JITLoader/GDB/JITLoaderGDB \
/freebsd-current/sys/x86/x86/
H A Dmp_x86.c1575 #if defined(__amd64__) && (defined(DDB) || defined(GDB))
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp438 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),
/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.c1743 #if defined(GDB)
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp246 // SplitTemplateClosers yields better interop with GCC and GDB (PR46052).
2028 // derived classes. GDB doesn't seem to notice/leverage these when I tried
4674 // GDB has trouble finding local variables in anonymous unions, so we emit
4677 // FIXME: Remove this code as soon as GDB supports this.
5935 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::GDB);

Completed in 404 milliseconds