Home
last modified time | relevance | path

Searched refs:DBX (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DAIX.h84 return llvm::DebuggerKind::DBX; in getDefaultDebuggerTuning()
DClang.cpp1069 case llvm::DebuggerKind::DBX: in RenderDebugEnablingArgs()
3944 DebuggerTuning = llvm::DebuggerKind::DBX; in renderDebugOptions()
4013 DebuggerTuning == llvm::DebuggerKind::DBX)) in renderDebugOptions()
4030 DebuggerTuning != llvm::DebuggerKind::DBX))) in renderDebugOptions()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h102 DBX ///< Tune debug info for dbx. enumerator
/freebsd-12-stable/contrib/gcc/
Dstab.def1 /* Table of DBX symbol codes for the GNU system.
32 and DBX seems not to miss it. */
DONEWS159 68040 running pSOS, ELF object files, DBX debugging.
DChangeLog-200321047 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
/freebsd-12-stable/contrib/binutils/include/aout/
Dstab.def1 /* Table of DBX symbol codes for the GNU system.
40 and DBX seems not to miss it. */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h838 bool tuneForDBX() const { return DebuggerTuning == DebuggerKind::DBX; } in tuneForDBX()
DDwarfDebug.cpp366 DebuggerTuning = DebuggerKind::DBX; in DwarfDebug()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp395 clEnumValN(DebuggerKind::DBX, "dbx", "dbx"), in CGOPT()
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi8110 * DBX Options:: Macros enabling specific options in DBX format.
8111 * DBX Hooks:: Hook macros for varying DBX format.
8112 * File Names and DBX:: Macros controlling output of file names in DBX format.
8124 A C expression that returns the DBX register number for the compiler
8127 some registers that the compiler knows about and DBX does not, or vice
8129 compiler and another for DBX@.
8147 that produce debugging output for DBX or COFF-style debugging output
8177 @node DBX Options
8178 @subsection Specific Options for DBX Output
8181 These are specific options for DBX output.
[all …]
Dpasses.texi895 are @file{dbxout.c} for DBX symbol table format, @file{sdbout.c} for
Dinvoke.texi3440 without GDB extensions. This is the format used by DBX on most BSD
3442 produces stabs debugging output which is not understood by DBX or SDB@.
3474 This is the format used by the DBX debugger on IBM RS/6000 systems.
3487 supported). This is the format used by DBX on IRIX 6. With this
/freebsd-12-stable/contrib/file/magic/Magdir/
Dsysex292 >1 belong&0xffffff00 0x00011e00 DBX
Dwindows17 # Summary: Outlook Express DBX file
28 >0x7C ulelong >0 MS Outlook Express DBX file
50 # item count; number of items stored in this DBX file
/freebsd-12-stable/contrib/binutils/gas/
DNEWS418 * DBX-style debugging info ("stabs") is now supported for COFF formats.
/freebsd-12-stable/sys/dev/bktr/
DCHANGELOG.TXT368 Matt Brown <matt@dqc.org> added MSP3430G DBX initialisation.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td4805 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,