| /freebsd-14-stable/usr.sbin/rpcbind/ |
| HD | rpcb_svc_4.c | 89 if (debugging) in rpcb_service_4() 125 if (debugging) in rpcb_service_4() 135 if (debugging) in rpcb_service_4() 145 if (debugging) in rpcb_service_4() 154 if (debugging) in rpcb_service_4() 162 if (debugging) in rpcb_service_4() 172 if (debugging) in rpcb_service_4() 182 if (debugging) in rpcb_service_4() 192 if (debugging) in rpcb_service_4() 202 if (debugging) in rpcb_service_4() [all …]
|
| HD | rpcb_svc.c | 89 if (debugging) in rpcb_service_3() 117 if (debugging) in rpcb_service_3() 131 if (debugging) in rpcb_service_3() 141 if (debugging) in rpcb_service_3() 151 if (debugging) in rpcb_service_3() 167 if (debugging) in rpcb_service_3() 179 if (debugging) { in rpcb_service_3() 189 if (debugging) { in rpcb_service_3() 213 if (debugging) { in rpcbproc_getaddr_3_local()
|
| HD | pmap_svc.c | 81 if (debugging) in pmap_service() 86 debugging) { in pmap_service() 120 if (debugging) in pmap_service() 180 if (debugging) in pmapproc_change() 245 debugging) { in pmapproc_change() 252 if (debugging) in pmapproc_change() 285 if (debugging) { in pmapproc_getport() 326 debugging) { in pmapproc_getport() 333 if (debugging) in pmapproc_getport() 358 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump() [all …]
|
| HD | rpcb_svc_com.c | 134 if (debugging) in rpcbproc_set_com() 141 if (debugging) in rpcbproc_set_com() 219 if (debugging) in rpcbproc_unset_com() 226 if (debugging) in rpcbproc_unset_com() 337 if (debugging) in rpcbproc_getaddr_com() 492 if (debugging) in create_rmtcall_fd() 500 if (debugging) in create_rmtcall_fd() 642 if (debugging) in rpcbproc_callit_com() 658 if (debugging) in rpcbproc_callit_com() 671 if (debugging) { in rpcbproc_callit_com() [all …]
|
| HD | util.c | 128 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()
|
| HD | rpcbind.c | 79 int debugging = 0; /* Tell me what's going on */ variable 222 if (debugging) { in main() 285 if (debugging) { in init_transport() 462 if (debugging) { in init_transport() 514 if (debugging) { in init_transport() 644 if (debugging) { in init_transport() 664 if (debugging) { in init_transport() 822 debugging = 1; in parseargs() 862 if (doabort && !debugging) { in parseargs()
|
| HD | check_bound.c | 201 if (debugging) { in mergeaddr() 217 if (debugging) in mergeaddr()
|
| /freebsd-14-stable/usr.sbin/keyserv/ |
| HD | keyserv.c | 79 static int debugging = 1; variable 81 static int debugging = 0; variable 131 debugging = 1; in main() 204 if (!debugging) { in main() 323 if (debugging) { in key_set_1_svc_prog() 328 if (debugging) { in key_set_1_svc_prog() 340 if (debugging) { in key_encrypt_pk_2_svc_prog() 348 if (debugging) { in key_encrypt_pk_2_svc_prog() 366 if (debugging) { in key_decrypt_pk_2_svc_prog() 374 if (debugging) { in key_decrypt_pk_2_svc_prog() [all …]
|
| /freebsd-14-stable/contrib/ntp/sntp/m4/ |
| HD | ntp_debug.m4 | 5 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-14-stable/tools/debugscripts/ |
| HD | dot.gdbinit | 1 # .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
|
| HD | README | 2 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-14-stable/sys/conf/ |
| HD | std.nodebug | 19 # Net80211 debugging 22 # USB debugging 26 # CAM debugging
|
| HD | std.debug | 21 # Net80211 debugging 24 # USB debugging 28 # CAM debugging
|
| HD | options.amd64 | 15 # (see src/sys/conf/options), except for broken debugging options. 35 # AGP debugging support
|
| /freebsd-14-stable/crypto/openssl/ |
| HD | NOTES-VMS.md | 8 - [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-14-stable/contrib/openpam/ |
| HD | configure.ac | 36 [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-14-stable/stand/kboot/ |
| HD | README | 42 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-14-stable/contrib/byacc/ |
| HD | NEW_FEATURES | 8 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-14-stable/usr.sbin/watchdogd/ |
| HD | watchdogd.c | 76 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-14-stable/tools/tools/shlib-compat/ |
| HD | README | 3 shlib-compat uses dwarf debugging symbols to recreate definitions of 11 debugging symbols attached. To enable sysfake stubs rebuild libc
|
| /freebsd-14-stable/stand/i386/loader/ |
| HD | help.i386 | 13 Requests debugging output from the heap manager. For debugging use
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/ |
| HD | std.compat.cppm.in | 57 # 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-14-stable/contrib/wpa/hostapd/ |
| HD | android.config | 134 # 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-14-stable/tools/build/options/ |
| HD | WITH_META_MODE | 38 The meta files can also be useful for debugging. 45 to show some of its environment for further debugging.
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | cafebabe | 22 # 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
|