| /NextBSD/contrib/binutils/opcodes/ |
| HD | i386-reg.tbl | 104 // Debug registers. 105 db0, Debug, 0, 0 106 db1, Debug, 0, 1 107 db2, Debug, 0, 2 108 db3, Debug, 0, 3 109 db4, Debug, 0, 4 110 db5, Debug, 0, 5 111 db6, Debug, 0, 6 112 db7, Debug, 0, 7 113 db8, Debug, RegRex, 0 [all …]
|
| /NextBSD/usr.sbin/cron/cron/ |
| HD | do_command.c | 50 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n", 68 Debug(DPROC, ("[%d] child process done, exiting\n", getpid())) 75 Debug(DPROC, ("[%d] main process returning to work\n", getpid())) 93 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd)) 119 Debug(DPROC, ("[%d] checking account with PAM\n", getpid())) 214 Debug(DPROC, ("[%d] grandchild process Vfork()'ed\n", 356 Debug(DPROC, ("[%d] child continues, closing pipes\n", getpid())) 386 Debug(DPROC, ("[%d] child2 sending data to grandchild\n", getpid())) 422 Debug(DPROC, ("[%d] child2 done sending to grandchild\n", getpid())) 440 Debug(DPROC, ("[%d] child reading output from grandchild\n", getpid())) [all …]
|
| HD | database.c | 52 Debug(DLOAD, ("[%d] load_database()\n", getpid())) 76 Debug(DLOAD, ("[%d] spool dir mtime unch, no load needed.\n", 133 Debug(DLOAD, ("unlinking old database:\n")) 135 Debug(DLOAD, ("\t%s\n", u->name)) 144 Debug(DLOAD, ("load_database is done\n")) 227 Debug(DLOAD, ("\t%s:", fname)) 234 Debug(DLOAD, (" [no change, using old data]")) 247 Debug(DLOAD, (" [delete old data]")) 260 Debug(DLOAD, (" [done]\n"))
|
| HD | cron.c | 240 Debug(DSCH, ("[%d] tick(%d,%d,%d,%d,%d,%d)\n", in cron_tick() 311 Debug(DSCH|DEXT, ("user [%s:%d:%d:...] cmd=\"%s\"\n", in cron_tick() 422 Debug(DSCH, ("[%d] TargetTime=%ld, sec-to-wait=%d\n", in cron_sleep() 433 Debug(DSCH, ("[%d] sleeping for %d seconds\n", in cron_sleep() 483 Debug(DPROC, in sigchld_handler() 487 Debug(DPROC, in sigchld_handler() 491 Debug(DPROC, in sigchld_handler()
|
| HD | cron.h | 113 # define Debug(mask, message) \ macro 117 # define Debug(mask, message) \ macro 123 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
|
| HD | user.c | 70 Debug(DPARS, ("load_user()\n")) 126 Debug(DPARS, ("...load_user() done\n"))
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | libisc.mak | 3 CFG=libisc - Win32 Debug 4 !MESSAGE No configuration specified. Defaulting to libisc - Win32 Debug. 7 !IF "$(CFG)" != "libisc - Win32 Release" && "$(CFG)" != "libisc - Win32 Debug" 12 !MESSAGE NMAKE /f "libisc.mak" CFG="libisc - Win32 Debug" 17 !MESSAGE "libisc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 38 _VC_MANIFEST_BASENAME=__VC80.Debug 298 !ELSEIF "$(CFG)" == "libisc - Win32 Debug" 300 OUTDIR=.\Debug 301 INTDIR=.\Debug 303 OutDir=.\Debug [all …]
|
| HD | libisc.dsp | 7 CFG=libisc - Win32 Debug 16 !MESSAGE NMAKE /f "libisc.mak" CFG="libisc - Win32 Debug" 21 !MESSAGE "libisc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 60 !ELSEIF "$(CFG)" == "libisc - Win32 Debug" 64 # PROP BASE Output_Dir "Debug" 65 # PROP BASE Intermediate_Dir "Debug" 69 # PROP Output_Dir "Debug" 70 # PROP Intermediate_Dir "Debug" 85 …ib ws2_32.lib /nologo /dll /map /debug /machine:I386 /out:"../../../Build/Debug/libisc.dll" /pdbty… 92 # Name "libisc - Win32 Debug"
|
| /NextBSD/usr.sbin/cron/lib/ |
| HD | entry.c | 114 Debug(DPARS, ("load_entry()...about to eat comments\n")) 147 Debug(DPARS, ("load_entry()...about to test shortcuts\n")) 150 Debug(DPARS, ("load_entry()...reboot shortcut\n")) 153 Debug(DPARS, ("load_entry()...yearly shortcut\n")) 162 Debug(DPARS, ("load_entry()...monthly shortcut\n")) 171 Debug(DPARS, ("load_entry()...weekly shortcut\n")) 180 Debug(DPARS, ("load_entry()...daily shortcut\n")) 188 Debug(DPARS, ("load_entry()...hourly shortcut\n")) 196 Debug(DPARS, ("load_entry()...every_minute shortcut\n")) 204 Debug(DPARS, ("load_entry()...every_second shortcut\n")) [all …]
|
| HD | env.c | 167 Debug(DPARS, ("load_env, read <%s>\n", envstr)); 232 Debug(DPARS, ("load_env, parse error, state = %d\n", state)) 249 Debug(DPARS, ("load_env, <%s> <%s> -> <%s>\n", name, val, envstr))
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Symtab.h | 30 typedef enum Debug { enum 34 } Debug; typedef 60 …Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility … 71 …uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Vi… 73 …uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, … 75 …ameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_debug_type,… 77 …gExAndType (const RegularExpression ®ex, lldb::SymbolType symbol_type, Debug symbol_debug_type,… 79 …lsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type,… 80 …xExAndType (const RegularExpression ®ex, lldb::SymbolType symbol_type, Debug symbol_debug_type,… 81 …olWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type,… [all …]
|
| /NextBSD/contrib/ntp/util/ |
| HD | tg2.c | 526 int Debug = FALSE; variable 860 Debug = TRUE; 870 if (Debug) 877 if (Debug) 909 if (Debug) 1215 if (Debug) 1225 if (Debug) 1242 if (Debug) 1250 if (Debug) 1258 if (Debug) [all …]
|
| /NextBSD/contrib/apr/ |
| HD | libapr.dsp | 21 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 25 !MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library") 68 !ELSEIF "$(CFG)" == "libapr - Win32 Debug" 72 # PROP BASE Output_Dir "Debug" 73 # PROP BASE Intermediate_Dir "Debug" 77 # PROP Output_Dir "Debug" 78 # PROP Intermediate_Dir "Debug" 92 …tem:windows /dll /incremental:no /debug /out:"Debug\libapr-1.dll" /pdb:"Debug\libapr-1.pdb" /impli… 94 TargetPath=Debug\libapr-1.dll 136 # PROP BASE Output_Dir "9x\Debug" [all …]
|
| HD | Makefile.win | 66 SLNARCH=Debug|Win32 67 ARCHOSPATH=Debug 75 ARCHOSPATH=9x\Debug 82 SLNARCH=Debug|x64 83 ARCHOSPATH=x64\Debug
|
| HD | libapr.mak | 7 …Debug" && "$(CFG)" != "libapr - Win32 Release9x" && "$(CFG)" != "libapr - Win32 Debug9x" && "$(CFG… 17 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library") 268 !ELSEIF "$(CFG)" == "libapr - Win32 Debug" 270 OUTDIR=.\Debug 271 INTDIR=.\Debug 274 OutDir=.\Debug 277 ALL : ".\include\apr_escape_test_char.h" ".\Debug\gen_test_char.exe" "$(OUTDIR)\libapr-1.dll" "$(DS… 491 TargetPath=.\Debug\libapr-1.dll 497 OutDir=.\Debug [all …]
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | changes.txt | 56 Non-Debug Version: 101.3K Code, 27.7K Data, 129.0K Total 57 Debug Version: 198.6K Code, 80.9K Data, 279.5K Total 59 Non-Debug Version: 100.9K Code, 24.5K Data, 125.4K Total 60 Debug Version: 197.8K Code, 81.5K Data, 279.3K Total 128 Non-Debug Version: 100.9K Code, 24.5K Data, 125.4K Total 129 Debug Version: 197.8K Code, 81.5K Data, 279.3K Total 131 Non-Debug Version: 100.6K Code, 27.6K Data, 128.2K Total 132 Debug Version: 196.2K Code, 81.0K Data, 277.2K Total 242 Non-Debug Version: 100.6K Code, 27.6K Data, 128.2K Total 243 Debug Version: 196.2K Code, 81.0K Data, 277.2K Total [all …]
|
| /NextBSD/contrib/apr-util/ |
| HD | Makefile.win | 105 SLNARCH=Debug|Win32 106 ARCHPATH=Debug 108 ARCHOSPATH=Debug 118 ARCHPATH=Debug 120 ARCHOSPATH=9x\Debug 129 SLNARCH=Debug|x64 130 ARCHPATH=x64\Debug 132 ARCHOSPATH=x64\Debug
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstrBuilder.h | 37 Debug = 0x80, enumerator 80 flags & RegState::Debug, 366 .addReg(Reg, RegState::Debug) in BuildMI() 373 .addReg(Reg, RegState::Debug) in BuildMI() 374 .addReg(0U, RegState::Debug) in BuildMI() 418 return B ? RegState::Debug : 0; in getDebugRegState()
|
| /NextBSD/contrib/llvm/tools/llvm-cov/ |
| HD | SourceCoverageView.cpp | 41 if (Options.Debug && Highlight) in renderLine() 58 if (Options.Debug) { in renderLine() 139 if (Options.Debug) in renderRegionMarkers() 241 if (Options.Debug) in render()
|
| HD | CoverageViewOptions.h | 19 bool Debug; member
|
| /NextBSD/tools/debugscripts/ |
| HD | dot.gdbinit | 39 Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuau0' to us… 56 Debug a remote system via serial interface /dev/cuau0. See also tr, tr1 and trf commands. 59 Debug a remote system via serial interface /dev/cuau1. See also tr, tr0 and trf commands. 62 Debug a remote system via firewire interface at default port 5556. See also tr, tr0 and tr1 comman…
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_flags.inc | 43 LSAN_FLAG(bool, log_pointers, false, "Debug logging") 44 LSAN_FLAG(bool, log_threads, false, "Debug logging")
|
| /NextBSD/contrib/pf/pflogd/ |
| HD | pflogd.c | 65 int Debug = 0; variable 659 Debug = 1; 692 log_debug = Debug; 704 if (!Debug) { 813 if (!Debug)
|
| HD | pflogd.h | 48 extern int Debug;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symtab.cpp | 541 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility sy… in AppendSymbolIndexesWithType() 673 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visib… in AppendSymbolIndexesWithName() 718 …sWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type,… in AppendSymbolIndexesWithNameAndType() 762 …ingRegExAndType (const RegularExpression ®exp, SymbolType symbol_type, Debug symbol_debug_type,… in AppendSymbolIndexesMatchingRegExAndType() 789 Symtab::FindSymbolWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visi… in FindSymbolWithType() 829 Symtab::FindAllSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, Debug symbo… in FindAllSymbolsWithNameAndType() 849 …hingRexExAndType (const RegularExpression ®ex, SymbolType symbol_type, Debug symbol_debug_type,… in FindAllSymbolsMatchingRexExAndType() 858 Symtab::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type, Debug symb… in FindFirstSymbolWithNameAndType()
|