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

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzloop.sh34 GDB=${GDB:-gdb}
101 core_id=$($GDB --batch -c "$1" | grep "Core was generated by" | \
145 coredebug=$($GDB --batch --quiet \
H A DMakefile.am37 export GDB="libtool --mode=execute gdb"
/freebsd-13-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh48 # Find a gdb binary to use and save the value in GDB.
55 GDB=${binary}
70 if [ ${GDB} = /usr/local/bin/gdb ]; then
71 ${GDB} -batch -ex "$@" $k
73 echo -e "$@" | ${GDB} -x /dev/stdin -batch $k
178 if [ -z "$GDB" ]; then
242 ${GDB%gdb}kgdb $KERNEL $VMCORE < $file
/freebsd-13-stable/release/packages/
H A DMakefile.package39 gdb_COMMENT= GDB Utilities
40 gdb_DESC= GDB Utilities
/freebsd-13-stable/sys/dev/dcons/
H A Ddcons_os.c127 #if defined(GDB)
151 #if (defined(GDB) || defined(DDB))
159 #ifdef GDB
466 #if defined(GDB)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.h59 return llvm::DebuggerKind::GDB;
H A DClang.cpp986 case llvm::DebuggerKind::GDB:
3687 DebuggerTuning = llvm::DebuggerKind::GDB;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h100 GDB, // Tune debug info for gdb. member in class:llvm::DebuggerKind
/freebsd-13-stable/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-13-stable/sys/kern/
H A Dlink_elf.c123 #ifdef GDB
268 #ifdef GDB
272 * A list of loaded modules for GDB to use for loading symbols.
324 #endif /* GDB */
363 #ifdef GDB
374 #ifdef GDB
485 #ifdef GDB
620 #ifdef GDB
1361 #ifdef GDB
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h775 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; }
H A DDwarfDebug.cpp373 DebuggerTuning = DebuggerKind::GDB;
415 // Work around a GDB bug. GDB doesn't support the standard opcode;
418 // See GDB bug 11616 - DW_OP_form_tls_address is unimplemented
422 // GDB does not fully support the DWARF 4 representation for bitfields.
431 // Emit call-site-param debug info for GDB and LLDB, if the target supports
946 // calls, no return PC information is needed, unless tuning for GDB in
1942 // DW_AT_call_return_pc. Under GDB tuning, this information is needed for
2074 // We'd like to list the prologue as "not statements" but GDB behaves
2075 // poorly if we do that. Revisit this with caution/GDB (7.
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Ddebug_monitor.c185 #if defined(DDB) || defined(GDB)
258 #endif /* DDB || GDB */
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk104 GDB \
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h492 return llvm::DebuggerKind::GDB;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp374 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile356 SRCS+= Plugins/JITLoader/GDB/JITLoaderGDB.cpp
671 Plugins/JITLoader/GDB/JITLoaderGDB \
/freebsd-13-stable/sys/x86/x86/
H A Dmp_x86.c1524 #if defined(__amd64__) && (defined(DDB) || defined(GDB))
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.c1745 #if defined(GDB)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp779 .Case("gdb", unsigned(llvm::DebuggerKind::GDB))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp241 // SplitTemplateClosers yields better interop with GCC and GDB (PR46052).
1753 // derived classes. GDB doesn't seem to notice/leverage these when I tried
4209 // GDB has trouble finding local variables in anonymous unions, so we emit
4212 // FIXME: Remove this code as soon as GDB supports this.
5002 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::GDB);

Completed in 172 milliseconds