Home
last modified time | relevance | path

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

12345678910>>...15

/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()
656 if (debugging) in rpcbproc_callit_com()
709 if (debugging) in rpcbproc_callit_com()
751 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.c71 int debugging = 0; /* Tell me what's going on */ variable
215 if (debugging) { in main()
278 if (debugging) { in init_transport()
455 if (debugging) { in init_transport()
507 if (debugging) { in init_transport()
637 if (debugging) { in init_transport()
657 if (debugging) { in init_transport()
815 debugging = 1; in parseargs()
858 if (doabort && !debugging) { in parseargs()
/freebsd/usr.sbin/keyserv/
H A Dkeyserv.c124 debugging = 1; in main()
316 if (debugging) { in key_set_1_svc_prog()
321 if (debugging) { in key_set_1_svc_prog()
333 if (debugging) { in key_encrypt_pk_2_svc_prog()
341 if (debugging) { in key_encrypt_pk_2_svc_prog()
407 if (debugging) in key_net_get_2_svc_prog()
434 if (debugging) in key_get_conv_2_svc_prog()
691 if (debugging) in keyprogram()
696 if (debugging) in keyprogram()
711 if (debugging) in root_auth()
[all …]
/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.nodebug19 # Net80211 debugging
22 # USB debugging
26 # CAM debugging
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/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/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/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/contrib/llvm-project/libcxx/modules/
H A Dstd.compat.cppm.in49 #if __has_include(<debugging>)
50 # error "please update the header information for <debugging> in headers_not_available in utils/li…
51 #endif // __has_include(<debugging>)
/freebsd/stand/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config131 # Remove debugging code that is printing out debug messages to stdout.
132 # This can be used to reduce the size of the hostapd considerably if debugging
149 # This can be used to reduce binary size at the cost of disabling a debugging
159 # Enable tracing code for developer debugging
168 # Use libbfd to get more details for developer debugging
/freebsd/sys/contrib/device-tree/Bindings/media/cec/
H A Dcec-gpio.yaml34 GPIO that the HPD line is connected to. Used for debugging HPD changes
40 GPIO that the 5V line is connected to. Used for debugging changes on the
/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.
H A DWITHOUT_LLVM_ASSERTIONS1 Disable debugging assertions in LLVM.
/freebsd/contrib/file/magic/Magdir/
H A Dcafebabe27 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
74 # for debugging purpose CPU type as hexadecimal
78 # for debugging purpose print offset to 1st mach_header like:

12345678910>>...15