Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 25 of 242) sorted by last modified time

12345678910

/freebsd/contrib/bmake/
H A Dmain.c239 DebugFlags debug = opts.debug; in MainParseArgDebug() local
H A Dmake.h717 DebugFlags debug; member
/freebsd/libexec/tftpd/
H A Dtftp-utils.c199 int debug = DEBUG_NONE; variable
/freebsd/contrib/unbound/
H A Dconfigure.ac296 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[same as enable-checking])) optenable
/freebsd/usr.sbin/bhyve/
H A Dgdb.c200 debug(const char *fmt, ...) in debug() function
223 #define debug(...) macro
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h101 u_int32_t debug; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp1583 int debug = 0; in KMP_STG_X_DEBUG() local
/freebsd/lib/libpfctl/
H A Dlibpfctl.h52 uint32_t debug; member
/freebsd/usr.sbin/moused/
H A Dmoused.c129 #define debug(...) do { \ macro
176 static int debug = 0; variable
/freebsd/usr.sbin/wlandebug/
H A Dwlandebug.c195 u_int32_t debug, ndebug; in main() local
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in116 def __init__(self, stream, debug=False): argument
244 def collect_output(self, proc, debug=False): argument
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c231 debug(const char *fmt, ...) in debug() function
/freebsd/sys/kern/
H A Dvfs_cache.c4185 struct cache_fpl_debug debug; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp96 #define debug(s) LLVM_DEBUG(dbgs() << __LINE__ << ": " << s); macro
2053 debug("A R/M register operand may not have a base; " in translateRMRegister() local
2204 debug("A R/M memory operand may not be a register; " in translateRMMemory() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h414 void debug() { print(dbgs()); } in debug() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4900 void TargetProperties::SetDebugUtilityExpression(bool debug) { in SetDebugUtilityExpression()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2877 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h53 bool debug; variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h132 bool debug = false; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp527 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug() function in clang::format::MacroCallReconstructor
/freebsd/usr.sbin/mountd/
H A Dmountd.c315 static int debug = 1; variable
319 static int debug = 0; variable
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec546 - change a couple of log() statements to debug() statements (#50751) function
/freebsd/share/mk/
H A Dmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
141 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
/freebsd/contrib/sqlite3/
H A Dconfigure.ac209 AC_ARG_ENABLE(debug, [AS_HELP_STRING( optenable
/freebsd/contrib/libdiff/lib/
H A Ddiff_debug.h23 #define debug print macro
221 #define debug(args...) macro

12345678910