Home
last modified time | relevance | path

Searched refs:DebugFlag (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.sbin/mopd/mopd/
H A Dprocess.c40 extern int DebugFlag;
139 if (DebugFlag == DEBUG_ONELINE) in mopSendASV()
142 if (DebugFlag >= DEBUG_HEADER) { in mopSendASV()
147 if (DebugFlag >= DEBUG_INFO) in mopSendASV()
151 if (DebugFlag) in mopSendASV()
216 if (DebugFlag == DEBUG_ONELINE) in mopStartLoad()
219 if (DebugFlag >= DEBUG_HEADER) { in mopStartLoad()
224 if (DebugFlag >= DEBUG_INFO) in mopStartLoad()
228 if (DebugFlag) in mopStartLoad()
321 if (DebugFlag == DEBUG_ONELINE) in mopNextLoad()
[all …]
H A Dmopd.c57 int DebugFlag = 0; /* print debugging messages */ variable
87 DebugFlag++; in main()
118 if ((!ForegroundFlag) && DebugFlag) in main()
122 if ((!ForegroundFlag) && (!DebugFlag)) in main()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebug.cpp45 bool DebugFlag = false; variable
88 cl::Hidden, cl::location(DebugFlag)); in call()
117 DebugFlag = true; in operator =()
170 (!EnableDebugBuffering || !DebugFlag) ? 0 : *DebugBufferSize) { in dbgs()
171 if (EnableDebugBuffering && DebugFlag && *DebugBufferSize != 0) in dbgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebug.h65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
79 extern bool DebugFlag;
/openbsd-src/usr.sbin/mopd/moptrace/
H A Dmoptrace.c53 int DebugFlag = 0; /* print debugging messages */ variable
81 DebugFlag++; in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp131 DebugFlag = true; in main()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp64 DebugFlag = true; in applyTargetSpecificCLOption()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCommandLine.rst877 // DebugFlag.h - Get access to the '-debug' command line option
880 // DebugFlag - This boolean is set to true if the '-debug' command line option
884 extern bool DebugFlag;
893 #define LLVM_DEBUG(X) do { if (DebugFlag) { X; } } while (0)
897 ``DebugFlag`` explicitly if they want to. Now we just need to be able to set
898 the ``DebugFlag`` boolean when the option is set. To do this, we pass an
904 bool DebugFlag; // the actual value
906 Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag));
911 attribute, so that ``DebugFlag`` is automatically set.
1739 library. Examples of this include the ``llvm::DebugFlag`` exported by the
H A DProgrammersManual.rst1175 disable it directly in gdb. Just use "``set DebugFlag=0``" or "``set
1176 DebugFlag=1``" from the gdb if the program is running. If the program hasn't
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp254 DebugFlag = true; in main()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
H A DHexagonConstPropagation.cpp2798 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()