HomeSort by: relevance | last modified time | path
    Searched defs:Debug (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
22 if "%1" == "Debug" ( goto :Debug )
36 :Debug
  /src/games/mille/
extern.c 47 bool Debug, /* set if debugging code on */
  /src/usr.bin/shlock/
shlock.c 93 static int Debug = FALSE;
101 #define dprintf if (Debug) printf
382 Debug = TRUE;
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp 51 bool Debug = PassOpts->DebugLogging;
68 StandardInstrumentations SI(Debug, VerifyEach);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Writer.cpp 402 "debug directory payload not found");
405 // Locate which sections contain the debug directories, iterate over all
421 "debug directory extends past end of section");
428 debug_directory *Debug = reinterpret_cast<debug_directory *>(Ptr);
429 if (!Debug->AddressOfRawData)
431 "debug directory payload outside of "
434 virtualAddressToFileAddress(Debug->AddressOfRawData))
435 Debug->PointerToRawData = *FilePosOrErr;
441 // Debug directory found and patched, all done.
446 "debug directory not found")
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap_log.h 37 * debug reporting levels.
186 #define Debug(level, ...) \
190 /* Actually now in liblber/debug.c */
194 int debug, int level,
  /src/usr.sbin/ac/
ac.c 97 #ifdef DEBUG
98 static int Debug = 0;
280 #ifdef DEBUG
282 Debug++;
396 #ifdef DEBUG
397 if (Debug)
446 #ifdef DEBUG
447 if (Debug) {
515 #ifdef DEBUG
516 else if (Debug)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageViewOptions.h 28 bool Debug;
  /src/external/bsd/cron/dist/
macros.h 60 #define DEXT 0x0001 /* extend flag for other debug masks */
61 #define DSCH 0x0002 /* scheduling debug mask */
62 #define DPROC 0x0004 /* process control debug mask */
63 #define DPARS 0x0008 /* parsing debug mask */
64 #define DLOAD 0x0010 /* database loading debug mask */
65 #define DMISC 0x0020 /* misc debug mask */
83 # define Debug(mask, message) \
87 # define Debug(mask, message) do {} while (/*CONSTCOND*/0)
91 Debug(DPARS|DEXT,("linenum=%d\n", ln)); \
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 56 Debug = 0x80,
109 flags & RegState::Debug,
521 return B ? RegState::Debug : 0;
AsmPrinter.h 164 Debug = 2 ///< Emit .debug_frame
193 /// A vector of all debug/EH info emitters we should use. This vector
205 /// If the target supports dwarf debug info, this pointer is non-null.
268 /// Emits inital debug location directive.
669 /// Emit the directive and value for debug thread local expression
  /src/dist/pf/sbin/pflogd/
pflogd.c 66 int Debug = 0;
638 Debug = 1;
671 log_debug = Debug;
683 if (!Debug) {
792 if (!Debug)
  /src/games/fortune/fortune/
fortune.c 83 #ifdef DEBUG
84 #define DPRINTF(l,x) if (Debug >= l) fprintf x; else
128 #ifdef DEBUG
129 static bool Debug = FALSE; /* print debug messages */
308 #ifdef DEBUG
312 #endif /* DEBUG */
317 #ifdef DEBUG
319 Debug++;
321 #endif /* DEBUG */
    [all...]
  /src/external/bsd/ntp/dist/util/
tg2.c 528 int Debug = FALSE;
861 case 'z': /* Turn on Debug output (also turns on Verbose below) */
862 Debug = TRUE;
872 if (Debug)
879 if (Debug)
911 if (Debug)
1217 if (Debug)
1227 if (Debug)
1244 if (Debug)
1252 if (Debug)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
armdefs.h 134 unsigned Debug; /* show instructions as they are executed */
  /src/usr.sbin/syslogd/
syslogd.c 172 int Debug = D_NONE; /* debug flag */
334 case 'd': /* debug */
620 if (!Debug) {
623 /* Tuck my process id away, if I'm not in debug mode. */
660 if (Debug) {
2939 if (!daemonized && Debug)
2941 if (!daemonized && !Debug)
3625 if (Debug) {
4204 if (Debug)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 925 // the assembler source was produced with debug info already) then emit one
960 // emitting any actual debug info yet and haven't had a chance to parse any
970 assert(InsertResult && ".text section should not have debug info yet");
3530 // In case there is a -g option as well as debug info from directive .file,
3531 // we turn off the -g option, directly use the existing debug info instead.
4133 bool Debug = false;
4142 Debug = true;
4149 getStreamer().emitCFISections(EH, Debug);
MasmParser.cpp 1191 // the assembler source was produced with debug info already) then emit one
1224 // emitting any actual debug info yet and haven't had a chance to parse any
1234 assert(InsertResult && ".text section should not have debug info yet");
4585 // In case there is a -g option as well as debug info from directive .file,
4586 // we turn off the -g option, directly use the existing debug info instead.
5193 bool Debug = false;
5201 Debug = true;
5212 Debug = true;
5215 getStreamer().emitCFISections(EH, Debug);
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 349 #define Debug (REGISTERS[86])
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 349 #define Debug (REGISTERS[86])

Completed in 55 milliseconds