Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 1620) sorted by relevance

12345678910>>...65

/freebsd/contrib/lutok/
H A Ddebug.cpp40 struct lutok::debug::impl {
47 lutok::debug::debug(void) : in debug() function in lutok::debug
54 lutok::debug::~debug(void) in ~debug()
93 lutok::debug::event(void) const in event()
103 lutok::debug::name(void) const in name()
114 lutok::debug::name_what(void) const in name_what()
125 lutok::debug::what(void) const in what()
136 lutok::debug::source(void) const in source()
147 lutok::debug::current_line(void) const in current_line()
157 lutok::debug::n_ups(void) const in n_ups()
[all …]
H A Ddebug_test.cpp44 lutok::debug debug; in ATF_TEST_CASE_BODY() local
45 debug.get_info(state, ">S"); in ATF_TEST_CASE_BODY()
46 ATF_REQUIRE_EQ(3, debug.line_defined()); in ATF_TEST_CASE_BODY()
55 lutok::debug debug; in ATF_TEST_CASE_BODY() local
56 debug.get_stack(state, 0); in ATF_TEST_CASE_BODY()
/freebsd/contrib/sendmail/include/sm/
H A Ddebug.h106 # define sm_debug_active(debug, level) \ argument
107 ((debug)->debug_level >= (level) && \
108 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \
109 sm_debug_loadactive(debug, level)))
111 # define sm_debug_level(debug) \ argument
112 ((debug)->debug_level == SM_DEBUG_UNKNOWN \
113 ? sm_debug_loadlevel(debug) : (debug)->debug_level)
115 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN) argument
117 # define sm_debug_active(debug, level) 0 argument
118 # define sm_debug_level(debug) 0 argument
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl129 $debug = $flag_d;
204 if ($debug || $vw);
214 if ($debug || $vw);
473 if ($debug > 8) {
710 print "(\@:)" if $debug;
715 print "(\@)" if $debug;
727 print "(?)" if $debug;
845 if ($debug) {
934 if ($debug > 1);
1011 print if ($debug > 2);
[all …]
H A Dre-mqueue.pl120 /^-d/ && $debug++;
146 print "Checking $dfile\n" if ($debug);
151 print "$qfile is gone or zero bytes - skipping\n" if ($debug);
158 print "$dfile is gone - skipping\n" if ($debug);
170 print "$queueb/$dfile already exists - skipping\n" if ($debug);
184 print "$qfile: $!\n" if ($debug);
189 print "$qfile already flock()ed - skipping\n" if ($debug);
193 print "$qfile now flock()ed\n" if ($debug);
197 print "$mfile sent - skipping\n" if ($debug);
233 print "links ok\n" if ($debug);
[all …]
/freebsd/contrib/sendmail/libsm/
H A Ddebug.c257 SM_DEBUG_T *debug; in sm_debug_reset() local
259 for (debug = SmDebugInitialized; in sm_debug_reset()
260 debug != NULL; in sm_debug_reset()
261 debug = debug->debug_next) in sm_debug_reset()
411 sm_debug_loadlevel(debug) in sm_debug_loadlevel() argument
412 SM_DEBUG_T *debug; in sm_debug_loadlevel()
426 debug->debug_level = 0;
429 SmDebugInitialized = debug;
431 return (int) debug->debug_level;
450 sm_debug_loadactive(debug, level) in sm_debug_loadactive() argument
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/socionext/
H A Dsocionext,uniphier-soc-glue-debug.yaml7 title: Socionext UniPhier SoC-glue logic debug part
15 system components for debug and monitor use.
21 - socionext,uniphier-ld4-soc-glue-debug
22 - socionext,uniphier-pro4-soc-glue-debug
23 - socionext,uniphier-pro5-soc-glue-debug
24 - socionext,uniphier-pxs2-soc-glue-debug
25 - socionext,uniphier-sld8-soc-glue-debug
26 - socionext,uniphier-ld11-soc-glue-debug
27 - socionext,uniphier-ld20-soc-glue-debug
28 - socionext,uniphier-pxs3-soc-glue-debug
[all …]
/freebsd/usr.sbin/syslogd/tests/
H A Dsyslogd_test.sh79 syslogd_log -p user.debug -t basic -h "${SYSLOGD_LOCAL_SOCKET}" \
96 syslogd_log -6 -p user.debug -t basic -h ::1 -P "${SYSLOGD_UDP_PORT}" \
118 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \
127 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \
129 syslogd_log -p news.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \
151 syslogd_log -p user.debug -t "prog${i}" -h "${SYSLOGD_LOCAL_SOCKET}" \
164 syslogd_log -p user.debug -t "prog${i}" -h "${SYSLOGD_LOCAL_SOCKET}" \
188 syslogd_log -p user.debug -t "host${i}" -H "host${i}" \
201 syslogd_log -p user.debug -t "host${i}" -H "host${i}" \
225 syslogd_log -p user.debug -t "prop1" -h "${SYSLOGD_LOCAL_SOCKET}" "FreeBSD"
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-cpu-debug.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-cpu-debug.yaml#
16 CoreSight CPU debug component are compliant with the ARMv8 architecture
18 external debug module is mainly used for two modes: self-hosted debug and
20 eventually the debug module connects with CPU for debugging. And the debug
23 has one dedicated debug module to be connected.
29 const: arm,coresight-cpu-debug
39 - const: arm,coresight-cpu-debug
53 A phandle to the cpu this debug component is bound to.
59 A phandle to the debug power domain if the debug logic has its own
74 debug@f6590000 {
[all …]
H A Dcoresight-cpu-debug.txt3 CoreSight CPU debug component are compliant with the ARMv8 architecture
4 reference manual (ARM DDI 0487A.k) Chapter 'Part H: External debug'. The
5 external debug module is mainly used for two modes: self-hosted debug and
6 external debug, and it can be accessed from mmio region from Coresight
7 and eventually the debug module connects with CPU for debugging. And the
8 debug module provides sample-based profiling extension, which can be used
10 usually every CPU has one dedicated debug module to be connected.
14 - compatible : should be "arm,coresight-cpu-debug"; supplemented with
25 mandatory. The interface between the debug logic and the
43 debug@f6590000 {
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk8 .MAKEFLAGS: -dvFopt-debug-file.debuglog
19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!}
34 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*}
48 .MAKEFLAGS: -dFopt-debug-file.debuglog
50 . info This goes to stderr, and in addition to the debug log.
52 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
62 .MAKEFLAGS: -dFopt-debug-file.debuglog
63 : This goes to stderr, and in addition to the debug log. ${:U:S
65 .if ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1
73 _:= ${:!rm opt-debug-file.debuglog!}
[all …]
/freebsd/contrib/libdiff/lib/
H A Ddiff_myers.c233 debug(" break\n"); in diff_divide_myers_forward()
236 debug(" continue\n"); in diff_divide_myers_forward()
602 debug(" l="); in diff_divide_myers_backward()
606 debug(" r="); in diff_divide_myers_backward()
801 debug("left:\n"); in diff_algo_myers_divide()
803 debug("right:\n"); in diff_algo_myers_divide()
1087 debug("left:\n"); in diff_algo_myers()
1089 debug("right:\n"); in diff_algo_myers()
1142 debug(" %d k <" in diff_algo_myers()
1152 debug(" break\n"); in diff_algo_myers()
[all …]
/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c186 debug(1, "open(%s): %s\n", IPSYNC_NAME,
196 debug(1, "wait %d seconds\n", 1 << tries);
260 debug(3, "read(K):%d\n", n1); in do_io()
264 debug(1, "read error (k-header): %s\n", in do_io()
287 debug(3, "read(N):%d\n", n1); in do_io()
291 debug(1, "read error (n-header): %s\n", in do_io()
326 debug(1, "socket:%s\n", STRERROR(errno));
419 debug(1, "bind:%s\n", STRERROR(errno));
431 debug(1, "connect:%s\n", STRERROR(errno));
471 debug(2, "invalid header magic %x\n", magic);
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/Util/
H A DPod.pm98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
185 if $defaults{debug};
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c330 if (ar->debug.fw_stats_done) { in ath10k_debug_fw_stats_process()
1069 ar->debug.fw_dbglog_mask, ar->debug.fw_dbglog_level); in ath10k_read_fw_dbglog()
1350 ar->debug.cal_data, in ath10k_debug_cal_data_read()
1462 ar->debug.nf_cal_period); in ath10k_write_nf_cal_period()
1515 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1831 ar->debug.dfs_stats.p))
1854 ar->debug.dfs_pool_stats = in ath10k_read_dfs_stats()
2560 if (!ar->debug.cal_data) in ath10k_debug_create()
2573 vfree(ar->debug.cal_data); in ath10k_debug_destroy()
2574 ar->debug.cal_data = NULL; in ath10k_debug_destroy()
[all …]
/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py148 LOGGER.debug('Packet is not IPv4!')
151 LOGGER.debug('Source IPv4 address does not match!')
182 LOGGER.debug('Packet is not IPv6!')
185 LOGGER.debug('Source IPv6 address does not match!')
208 LOGGER.debug('Packet is not IPv4 ICMP!')
212 LOGGER.debug('Packet contains no payload!')
215 LOGGER.debug('Payload magic does not match!')
249 LOGGER.debug('Payload magic does not match!')
263 LOGGER.debug('Payload magic does not match!')
302 LOGGER.debug('Packet is not TCP!')
[all …]
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl64 macro debug(facility, printargs...) macro
214 @debug("gausselim", "starting, n=", n)
269 @debug("gausselim", "matrix=", repr(M))
271 @debug("gausselim", "done!")
445 @debug("goldensection", "starting")
737 @debug("equaldev", "e0 = ", e0)
739 @debug("equaldev", "e1 = ", e1)
746 @debug("equaldev", "s = ", s)
753 @debug("equaldev", "e2 = ", e2)
866 @debug("minimax", "done!")
[all …]
/freebsd/stand/libsa/
H A Darp.c93 if (debug) in arpwhohas()
146 if (debug) in arpsend()
166 if (debug) in arprecv()
175 if (debug) in arprecv()
184 if (debug) in arprecv()
198 if (debug) in arprecv()
207 if (debug) in arprecv()
217 if (debug) in arprecv()
229 if (debug) in arprecv()
239 if (debug) in arprecv()
[all …]
H A Drarp.c72 if (debug) in rarp_getipaddress()
80 if (debug) in rarp_getipaddress()
129 if (debug) in rarpsend()
150 if (debug) in rarprecv()
158 if (debug) in rarprecv()
167 if (debug) in rarprecv()
180 if (debug) in rarprecv()
189 if (debug) in rarprecv()
199 if (debug) in rarprecv()
208 if (debug) in rarprecv()
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm93 if $opts{debug};
106 if $opts{debug};
123 if $opts{debug};
141 if $opts{debug};
160 if $opts{debug};
180 if $opts{debug};
183 if $opts{debug};
198 if $opts{debug};
219 if $opts{debug};
234 if $opts{debug};
[all …]
/freebsd/tools/regression/redzone9/
H A Dtest.sh4 sysctl debug.redzone.malloc_underflow=1
5 sysctl debug.redzone.malloc_overflow=1
6 sysctl debug.redzone.realloc_smaller_underflow=1
7 sysctl debug.redzone.realloc_smaller_overflow=1
8 sysctl debug.redzone.realloc_bigger_underflow=1
9 sysctl debug.redzone.realloc_bigger_overflow=1
/freebsd/share/mk/
H A Dmeta2deps.py87 if debug > 2:
108 if debug > 2:
111 if debug > 2:
115 if debug > 2:
303 if self.debug:
313 if self.debug:
364 if self.debug:
733 debug = 0
741 debug += 1
768 conf['debug'] = debug
[all …]
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py87 if debug > 2:
108 if debug > 2:
111 if debug > 2:
115 if debug > 2:
303 if self.debug:
313 if self.debug:
364 if self.debug:
733 debug = 0
741 debug += 1
768 conf['debug'] = debug
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def9 // This file defines debug-specific codegen options. Users of this file
12 // options that have enumeration type), and VALUE_DEBUGOPT (is a debug option
72 /// Control the Assignment Tracking debug info feature.
77 ///< in debug info.
82 DEBUGOPT(DebugExplicitImport, 1, 0) ///< Whether or not debug info should
86 /// Set debug info source file hashing algorithm.
104 /// The kind of generated debug info.
108 /// Whether to generate macro debug info.
111 /// Tune the debug info for this debugger.
129 /// Whether emit extra debug info for sample pgo profile collection.
[all …]
/freebsd/usr.bin/gprof/
H A Ddfn.c65 if ( debug & DFNDEBUG ) { in dfn()
116 if ( debug & DFNDEBUG ) { in dfn_pre_visit()
171 if ( debug & DFNDEBUG ) { in dfn_findcycle()
194 if ( debug & DFNDEBUG ) { in dfn_findcycle()
209 if ( debug & DFNDEBUG ) { in dfn_findcycle()
226 if ( debug & DFNDEBUG ) { in dfn_findcycle()
237 if ( debug & DFNDEBUG ) { in dfn_findcycle()
266 if ( debug & DFNDEBUG ) { in dfn_self_cycle()
285 if ( debug & DFNDEBUG ) { in dfn_post_visit()
300 if ( debug & DFNDEBUG ) { in dfn_post_visit()
[all …]

12345678910>>...65