Home
last modified time | relevance | path

Searched refs:debugging (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c87 if (debugging) in rpcb_service_4()
123 if (debugging) in rpcb_service_4()
133 if (debugging) in rpcb_service_4()
143 if (debugging) in rpcb_service_4()
152 if (debugging) in rpcb_service_4()
160 if (debugging) in rpcb_service_4()
170 if (debugging) in rpcb_service_4()
180 if (debugging) in rpcb_service_4()
190 if (debugging) in rpcb_service_4()
200 if (debugging) in rpcb_service_4()
[all …]
H A Drpcb_svc.c87 if (debugging) in rpcb_service_3()
115 if (debugging) in rpcb_service_3()
129 if (debugging) in rpcb_service_3()
139 if (debugging) in rpcb_service_3()
149 if (debugging) in rpcb_service_3()
165 if (debugging) in rpcb_service_3()
177 if (debugging) { in rpcb_service_3()
187 if (debugging) { in rpcb_service_3()
211 if (debugging) { in rpcbproc_getaddr_3_local()
H A Dpmap_svc.c73 if (debugging) in pmap_service()
78 debugging) { in pmap_service()
112 if (debugging) in pmap_service()
172 if (debugging) in pmapproc_change()
237 debugging) { in pmapproc_change()
244 if (debugging) in pmapproc_change()
277 if (debugging) { in pmapproc_getport()
318 debugging) { in pmapproc_getport()
325 if (debugging) in pmapproc_getport()
350 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump()
[all …]
H A Drpcb_svc_com.c132 if (debugging) in rpcbproc_set_com()
139 if (debugging) in rpcbproc_set_com()
217 if (debugging) in rpcbproc_unset_com()
224 if (debugging) in rpcbproc_unset_com()
335 if (debugging) in rpcbproc_getaddr_com()
490 if (debugging) in create_rmtcall_fd()
498 if (debugging) in create_rmtcall_fd()
640 if (debugging) in rpcbproc_callit_com()
656 if (debugging) in rpcbproc_callit_com()
669 if (debugging) { in rpcbproc_callit_com()
[all …]
H A Dutil.c128 if (debugging) in addrmerge()
159 if (debugging) in addrmerge()
310 if (debugging) in addrmerge()
331 if (debugging) in network_init()
337 if (debugging) in network_init()
348 if (debugging) in network_init()
354 if (debugging) in network_init()
373 if (debugging) in network_init()
395 if (debugging) in network_init()
H A Drpcbind.c73 int debugging = 0; /* Tell me what's going on */ variable
232 if (debugging) { in main()
300 if (debugging) { in init_transport()
470 if (debugging) { in init_transport()
515 if (debugging) { in init_transport()
648 if (debugging) { in init_transport()
668 if (debugging) { in init_transport()
827 debugging = 1; in parseargs()
873 if (doabort && !debugging) { in parseargs()
H A Dcheck_bound.c193 if (debugging) { in mergeaddr()
209 if (debugging) in mergeaddr()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_debug.m45 AC_MSG_CHECKING([if we're including debugging code])
7 [debugging],
9 [--enable-debugging],
10 [+ include ntpd debugging code]
17 AC_DEFINE([DEBUG], [1], [Enable debugging code?])
/freebsd/tools/debugscripts/
H A Ddot.gdbinit1 # .gdbinit file for remote serial debugging.
33 # Remote debugging port
67 # When debugging the same machine (via /dev/mem), we can get the
69 # work for crashes or remote debugging, of course, because we'd get
75 # debugging the local system. Instead, we have two scripts:
88 …ymbol tables for the debugging machine. This only makes sense when debugging /dev/mem; use the 'g…
102 … This causes the symbols for the KLDs to be loaded. When doing memory debugging, use the command…
115 echo If you're debugging a local system, you can use 'kldsyms' instead\n
H A DREADME2 This directory contains gdb macros for kernel debugging. When you
5 perform kernel debugging, you would do:
20 modules w/ debugging symbols separately to get things to work.
/freebsd/sys/conf/
H A Dstd.nodebug20 # Net80211 debugging
23 # USB debugging
27 # CAM debugging
H A Ddebuginfo.ldscript1 /* Stabs debugging sections. */
10 Symbols in the DWARF debugging sections are relative to the beginning
H A Doptions.amd6415 # (see src/sys/conf/options), except for broken debugging options.
35 # AGP debugging support
/freebsd/crypto/openssl/
H A DNOTES-VMS.md8 - [About debugging](#about-debugging)
61 About debugging
64 If you build for debugging, the default on VMS is that image
69 Generally speaking, if you build for debugging, only use the programs
70 directly for debugging. Do not try to use them from a script, such
81 Then just run it and you will find yourself in a debugging session.
/freebsd/contrib/openpam/
H A Dconfigure.ac36 [turn debugging macros on]),
37 AC_DEFINE(OPENPAM_DEBUG, 1, [Turn debugging macros on]))
120 AC_ARG_ENABLE([debugging-symbols],
121 AS_HELP_STRING([--enable-debugging-symbols], [enable debugging symbols (default is NO)]),
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c76 static int debugging = 0; variable
106 { "debug", no_argument, &debugging, 1 },
155 if (debugging == 0 && daemon(0, 0) == -1) { in main()
225 if (debugging) { in parse_timeout_to_pow2ns()
665 if (debugging) { in seconds_to_pow2ns()
709 debugging = 1; in parseargs()
731 if (debugging) in parseargs()
/freebsd/contrib/byacc/
H A DNEW_FEATURES8 option causes debugging code to be included in the compiled parser.
43 If a parser has been compiled with debugging code, that code can be
45 YYDEBUG is set to 0, debugging output is suppressed. If it is set to 1,
46 debugging output is written to standard output.
/freebsd/stand/kboot/
H A DREADME42 debugging the trampoline (hbreak will set a hardware break that's durable across
45 debugging the trampiline and up to that, use gdb /boot/loader. When debugging
46 the kernel, use kernel.full to get all the debugging. hbreak panic() is useful
/freebsd/tools/tools/shlib-compat/
H A DREADME3 shlib-compat uses dwarf debugging symbols to recreate definitions of
11 debugging symbols attached. To enable sysfake stubs rebuild libc
/freebsd/stand/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.compat.cppm.in57 # if __has_include(<debugging>)
58 # error "please update the header information for <debugging> in headers_not_available in utils/…
59 # endif // __has_include(<debugging>)
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config134 # Remove debugging code that is printing out debug messages to stdout.
135 # This can be used to reduce the size of the hostapd considerably if debugging
152 # This can be used to reduce binary size at the cost of disabling a debugging
162 # Enable tracing code for developer debugging
171 # Use libbfd to get more details for developer debugging
/freebsd/contrib/file/magic/Magdir/
H A Dcafebabe22 # for debugging purpose CPU type as hexadecimal
26 # for debugging purpose print offset to 1st mach_header like:
64 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
/freebsd/tools/build/options/
H A DWITH_META_MODE38 The meta files can also be useful for debugging.
45 to show some of its environment for further debugging.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_keylog_callback.pod21 applications to store this keying material for debugging purposes.
30 format used by NSS for its B<SSLKEYLOGFILE> debugging output. To recreate that

12345678910>>...14