Home
last modified time | relevance | path

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

12345678910>>...63

/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_4.c90 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 …]
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.c79 if (debugging) in pmap_service()
84 debugging) { in pmap_service()
118 if (debugging) in pmap_service()
182 if (debugging) in pmapproc_change()
243 debugging) { in pmapproc_change()
250 if (debugging) in pmapproc_change()
283 if (debugging) { in pmapproc_getport()
324 debugging) { in pmapproc_getport()
331 if (debugging) in pmapproc_getport()
356 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump()
[all …]
H A Drpcb_svc_com.c142 if (debugging) in rpcbproc_set_com()
149 if (debugging) in rpcbproc_set_com()
230 if (debugging) in rpcbproc_unset_com()
237 if (debugging) in rpcbproc_unset_com()
352 if (debugging) in rpcbproc_getaddr_com()
510 if (debugging) in create_rmtcall_fd()
517 if (debugging) in create_rmtcall_fd()
656 if (debugging) in rpcbproc_callit_com()
671 if (debugging) in rpcbproc_callit_com()
683 if (debugging) { in rpcbproc_callit_com()
[all …]
H A Dutil.c116 if (debugging) in addrmerge()
294 if (debugging) in addrmerge()
315 if (debugging) in network_init()
321 if (debugging) in network_init()
330 if (debugging) in network_init()
336 if (debugging) in network_init()
371 if (debugging) in network_init()
H A Drpcbind.c93 int debugging = DEBUGGING; /* Tell me what's going on */ variable
233 if (debugging) {
304 if (debugging) { in init_transport()
491 if (debugging) { in init_transport()
547 if (debugging) { in init_transport()
692 if (debugging) { in init_transport()
714 if (debugging) { in init_transport()
899 debugging++; in parseargs()
939 if (doabort && !debugging) { in parseargs()
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dntp_debug.m45 AC_MSG_CHECKING([if we're including debugging code])
7 [debugging], optenable
9 [--enable-debugging],
10 [+ include ntpd debugging code]
17 AC_DEFINE([DEBUG], [1], [Enable debugging code?])
/netbsd-src/external/bsd/am-utils/dist/
H A Dbuildall223 -c: configure (debugging)
224 -cs: configure (debugging, shared libs)
225 -C: configure (strict compile, debugging)
226 -Cs: configure (strict compile, debugging, shared libs)
227 -d: configure in /usr/local/AMD (debugging)
228 -ds: configure in /usr/local/AMD (debugging, shared libs)
229 -D: configure in /usr/local/AMD (strict compile, debugging)
230 -Ds: configure in /usr/local/AMD (strict compile, debugging, shared libs)
/netbsd-src/usr.bin/qsubst/
H A Dqsubst.c124 static int debugging; variable
392 if (debugging) { in process_file()
421 if (debugging) { in process_file()
427 if (debugging) { in process_file()
434 if (debugging) { in process_file()
444 if (debugging) { in process_file()
451 if (debugging) { in process_file()
456 if (debugging) { in process_file()
467 if (debugging) { in process_file()
474 if (debugging) { in process_file()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A DKconfig.debug20 bool "Enable additional driver debugging"
40 Choose this option to turn on extra driver debugging that may affect
90 Enable additional and verbose debugging output that will spam
91 ordinary tests, but may be vital for post-mortem debugging when
104 Enable additional and verbose debugging output that will spam
105 ordinary tests, but may be vital for post-mortem debugging when
113 bool "Enable additional driver debugging for fence objects"
118 Choose this option to turn on extra driver debugging that may affect
126 bool "Enable additional driver debugging for detecting dependency cycles"
130 Choose this option to turn on extra driver debugging that may affect
[all …]
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dopt_debug.m42 dnl Debugging: "yes" means general, "mem" means general and memory debugging,
5 [AC_MSG_CHECKING(for debugging options)
7 AC_HELP_STRING([--enable-debug=ARG],[enable debugging (yes/mem/no)]),
26 # default is no debugging
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli182 debugging information generated during this instance of compilation.
187 (** [dibuild_create_file] Create a file descriptor to hold debugging information
337 (** [dibuild_create_enumerator] Create debugging information entry for an
351 (** [dibuild_create_enumeration_type] Create debugging information entry for
367 (** [dibuild_create_union_type] Create debugging information entry for a union.
377 (** [dibuild_create_array_type] Create debugging information entry for an array.
387 (** [dibuild_create_vector_type] Create debugging information entry for a
401 (** [dibuild_create_basic_type] Create debugging information entry for a basic
412 (** [dibuild_create_pointer_type] Create debugging information entry for a
430 (** [dibuild_create_struct_type] Create debugging information entry for a
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DDebugMode.rst21 This macro is used to enable assertions and iterator debugging checks within
27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging"
33 debugging level.
64 "iterator debugging" which checks the validity of iterators used by the program.
86 The following containers and STL classes support iterator debugging:
96 The remaining containers do not currently support iterator debugging.
/netbsd-src/sys/arch/hpcsh/conf/
H A DDEBUG2 # kernel config file for debugging.
22 options DIAGNOSTIC # extra kernel debugging checks
23 options DEBUG # extra kernel debugging support
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dlogging.c210 int debugging, chan_level; in log_check_channel() local
214 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check_channel()
219 if (level > 0 && !debugging) in log_check_channel()
226 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging) in log_check_channel()
244 int debugging; in log_check() local
248 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check()
253 if (level > 0 && !debugging) in log_check()
275 int pri, debugging, did_vsprintf = 0; in log_vwrite() local
292 debugging = (lc->flags & LOG_OPTION_DEBUG); in log_vwrite()
297 if (level > 0 && !debugging) in log_vwrite()
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Ddebug.dox3 This page enumerates various techniques useful for debugging ISC DHCP software.
10 code with debugging symbols (-g), load the binary into gdb and set a breakpoint
21 DEBUG_MEMORY_LEAKAGE may be defined in includes/site.h to enable some debugging
22 code to help with debugging memory issues. This code keeps a running total
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Drunningslapd.sdf108 `?' character, the various debugging levels are printed and slapd
110 debugging levels are
115 -1 any enable all debugging
116 0 no debugging
119 4 (0x4 args) heavy trace debugging
128 2048 (0x800 parse) print entry parsing debugging
133 … by specifying the debug option once for each desired level. Or, since debugging levels are addit…
136 for any debugging information other than the stats and stats2 levels to be available as options.
147 Unless you have specified a debugging level (including level {{EX:0}}),
/netbsd-src/crypto/external/bsd/openssl/dist/
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.
/netbsd-src/external/bsd/openpam/dist/
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)]),
/netbsd-src/external/bsd/byacc/dist/
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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbasan.in1 # Put a breakpoint on __asan_report_error to help with debugging buffer
5 # Put a breakpoint on __sanitizer::Report to help with debugging sanitizer
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbasan.in1 # Put a breakpoint on __asan_report_error to help with debugging buffer
5 # Put a breakpoint on __sanitizer::Report to help with debugging sanitizer
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.VMS59 About debugging
62 If you build for debugging, the default on VMS is that image
67 Generally speaking, if you build for debugging, only use the programs
68 directly for debugging. Do not try to use them from a script, such
79 Then just run it and you will find yourself in a debugging session.
/netbsd-src/sys/arch/sun3/conf/
H A DKGDB3X13 makeoptions DEBUG="-g" # debugging symbols for gdb
17 options DEBUG # kernel debugging code
H A DKGDB13 makeoptions DEBUG="-g" # debugging symbols for gdb
17 options DEBUG # kernel debugging code

12345678910>>...63