| /freebsd/sys/contrib/device-tree/src/arm/socionext/ |
| H A D | uniphier-sld8.dtsi | 353 compatible = "socionext,uniphier-sld8-soc-glue-debug",
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 125 /* BMC "debug" (console) UART; connected to RS-232 connector
|
| /freebsd/contrib/libpcap/msdos/ |
| H A D | readme.dos | 146 array in pcap-dos.c (currently only used to set debug-levels and parameters
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | uvscom.c | 74 SYSCTL_INT(_hw_usb_uvscom, OID_AUTO, debug, CTLFLAG_RWTUN,
|
| H A D | ulpt.c | 78 SYSCTL_INT(_hw_usb_ulpt, OID_AUTO, debug, CTLFLAG_RWTUN,
|
| /freebsd/sys/dev/usb/net/ |
| H A D | if_cue.c | 132 SYSCTL_INT(_hw_usb_cue, OID_AUTO, debug, CTLFLAG_RWTUN, &cue_debug, 0,
|
| H A D | if_kue.c | 173 SYSCTL_INT(_hw_usb_kue, OID_AUTO, debug, CTLFLAG_RWTUN, &kue_debug, 0,
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | index.rst | 12 Windows debug info (PDB) support. The WebAssembly port is still a work in
|
| /freebsd/sys/dev/hid/ |
| H A D | u2f.c | 66 SYSCTL_INT(_hw_hid_u2f, OID_AUTO, debug, CTLFLAG_RWTUN,
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 4998 my $debug = 0; 5040 if ($debug) { print("---- $image ---\n"); } 5043 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]); } 5050 if ($debug) { 5110 if ($debug) { printf STDERR ("%s => [%s]\n", $pcstr, join(" ", @{$sym})); }
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 2 - Too many quotes for the EDE message debug printout. 5 - Small debug output improvement when attaching an EDE. 81 - Fix to remove debug from cache_lookup. 1079 the reply query_info values, that is better for debug logging. 1582 - Fix to print debug log for ancillary data with correct IP address. 1837 - Fix proxy length debug output printout typecasts. 1886 - Remove include that was there for debug purposes. 1996 - Add debug option to the mini_tdir.sh test code. 2088 and check for success for debug printout. 2170 - Remove debug info from #618 fix. [all …]
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 349 zstd and your benchmarking script using debug flags. On mac and linux, this just means 467 These assertion checks will be run in debug builds, and disabled in production. 468 * For traces, this project provides its own debug macros, 469 in particular `DEBUGLOG(level, ...)`, defined in `lib/common/debug.h`.
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 773 if (!ctx.config.pdbPath.empty() && ctx.config.debug) { in run() 1109 if (config->buildIDHash != BuildIDHash::None || config->debug || in createMiscChunks() 1117 if (config->debug || config->buildIDHash != BuildIDHash::None) { in createMiscChunks() 1757 sec->writeHeaderTo(buf, config->debug); in writeHeader()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 71 // - `_LIBCPP_HARDENING_MODE_DEBUG` -- sets the hardening mode to "debug". The debug mode is a superset of the extensive 73 // debug mode can be very expensive and thus the debug mode is intended to be used for testing, not in production.
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | |
| H A D | keyword-gen.c | 310 debug = 1; in main()
|
| /freebsd/sys/fs/autofs/ |
| H A D | autofs.c | 122 SYSCTL_INT(_vfs_autofs, OID_AUTO, debug, CTLFLAG_RWTUN,
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_subr.c | 88 SYSCTL_INT(_vfs_tarfs, OID_AUTO, debug, CTLFLAG_RWTUN,
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_nb_regs.h | 426 struct al_nb_debug debug; /* [0x1a00] */ member
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6sx-sabreauto.dts | 24 label = "debug";
|
| /freebsd/sys/dev/usb/misc/ |
| H A D | udbp.c | 99 SYSCTL_INT(_hw_usb_udbp, OID_AUTO, debug, CTLFLAG_RWTUN,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | MachinePassRegistry.def | 186 DUMMY_MACHINE_MODULE_PASS("mir-strip-debug", StripDebugMachineModulePass)
|
| /freebsd/contrib/bmake/mk/ |
| H A D | ChangeLog | 173 * dirdeps.mk: tweak the debug message for "Loading" a 543 local.dirdeps-missing.mk, also improve debug output. 771 While we are at it, strip ${SRCTOP}/ from a lot of the debug output. 996 * dirdeps-options.mk: improve debug output 1409 * sys.mk: extract some bits to sys.{debug,vars}.mk 1872 Add some more debug info. 2110 * meta.autodep.mk: add some debug output, be more crisp about 2220 can be used to debug level 0 only and DEBUG_MAKE_FLAGS for the rest. 2290 * sys.mk: Add a means of selectively turning on debug flags.
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2959 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections() local 2960 if (!debug) in RelocateDebugSections() 2969 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections() 2971 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 69 For examples and usage, see the @url{debug.html, NTP Debugging Techniques} page. 145 @item @anchor{debug} @code{debug more | less | off}
|