Home
last modified time | relevance | path

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

12345678910>>...70

/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()
67 lutok::debug::get_info(state& s, const std::string& what_) in get_info()
81 lutok::debug::get_stack(state& s, const int level) in get_stack()
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()
[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/contrib/
H A Dexpn.pl129 $debug = $flag_d;
143 print "validRequirement = $validRequirement\n" if $debug;
181 if (! $S || ($debug == 10 && $server =~ /relay\d.UU.NET$/i)) {
204 if ($debug || $vw);
214 if ($debug || $vw);
276 print "(pretending 250$1<$2>)" if ($debug && $watch);
286 print "($newhost, $newaddr, $newname) = &parse($addr, $server, $oldname)\n" if $debug;
298 if ($debug && $newhost ne $newmxhost);
300 … print "levels = $levels, level{$u *** $server} = ".$level{"$u *** $server"}."\n" if ($debug > 1);
371 print "avgValid = $avgValid\n" if $debug;
[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);
164 printf ("%s is %d seconds old - skipping\n", $dfile, $now-$mtime) if ($debug);
170 print "$queueb/$dfile already exists - skipping\n" if ($debug);
174 print "$queueb/$qfile already exists - skipping\n" if ($debug);
178 print "$queueb/$xfile already exists - skipping\n" if ($debug);
184 print "$qfile: $!\n" if ($debug);
189 print "$qfile already flock()ed - skipping\n" if ($debug);
[all …]
/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/usr.sbin/syslogd/tests/
H A Dsyslogd_test.sh31 syslogd_log -p user.debug -t unix -h "${SYSLOGD_LOCAL_SOCKET}" \
57 syslogd_log -4 -p user.debug -t inet -h 127.0.0.1 -P "${SYSLOGD_UDP_PORT}" \
83 syslogd_log -6 -p user.debug -t unix -h ::1 -P "${SYSLOGD_UDP_PORT}" \
104 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \
113 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \
115 syslogd_log -p news.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \
137 syslogd_log -p user.debug -t "prog${i}" -h "${SYSLOGD_LOCAL_SOCKET}" \
150 syslogd_log -p user.debug -t "prog${i}" -h "${SYSLOGD_LOCAL_SOCKET}" \
174 syslogd_log -p user.debug -t "host${i}" -H "host${i}" \
187 syslogd_log -p user.debug -t "host${i}" -H "host${i}" \
[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()
263 debug->debug_level = SM_DEBUG_UNKNOWN; in sm_debug_reset()
411 sm_debug_loadlevel(debug) in sm_debug_loadlevel() argument
412 SM_DEBUG_T *debug; in sm_debug_loadlevel()
414 if (debug->debug_level == SM_DEBUG_UNKNOWN)
420 if (sm_match(debug->debug_name, s->ds_pattern))
422 debug->debug_level = s->ds_level;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
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
29 - cpu : the CPU phandle the debug module is affined to. Do not assume it
[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);
208 debug(1, "signal %d received, exiting...", terminate);
231 debug(2, "nfd %d lfd %d maxfd %d\n", nfd, lfd, maxfd); in do_io()
252 debug(1, "select error: %s\n", STRERROR(errno)); in do_io()
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()
317 debug(2, "binding to %s:%s\n", nicname, inet_ntoa(sinp->sin_addr));
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c287 ar->debug.fw_stats_done = false; in ath10k_debug_fw_stats_reset()
288 ar->debug.fw_stats.extended = false; in ath10k_debug_fw_stats_reset()
289 ath10k_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_reset()
290 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset()
291 ath10k_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset()
292 ath10k_fw_extd_stats_peers_free(&ar->debug.fw_stats.peers_extd); in ath10k_debug_fw_stats_reset()
330 if (ar->debug.fw_stats_done) { in ath10k_debug_fw_stats_process()
337 num_peers = list_count_nodes(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
338 num_vdevs = list_count_nodes(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
339 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
[all …]
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl64 macro debug(facility, printargs...) macro
214 @debug("gausselim", "starting, n=", n)
223 @debug("gausselim", "matrix=", repr(M))
224 @debug("gausselim", "vector=", repr(V))
237 @debug("gausselim", "bestrow=", bestrow)
269 @debug("gausselim", "matrix=", repr(M))
270 @debug("gausselim", "vector=", repr(V))
271 @debug("gausselim", "done!")
364 @debug("leastsquares", "sums=", repr(sums))
396 @debug("leastsquares", "matrix=", repr(matrix))
[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/stand/libsa/
H A Darp.c93 if (debug) in arpwhohas()
124 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()
[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/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
54 ///< check the original debug
67 BENIGN_DEBUGOPT(NoInlineLineTables, 1, 0) ///< Whether debug info should contain
72 ///< functions in type debug info.
74 /// Control the Assignment Tracking debug info feature.
79 ///< in debug info.
81 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
84 DEBUGOPT(DebugExplicitImport, 1, 0) ///< Whether or not debug info should
88 /// Set debug info source file hashing algorithm.
[all …]
/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py146 LOGGER.debug(f'Sending UDP ping')
199 LOGGER.debug(f'Packet: {ip}')
201 LOGGER.debug('Packet is not IPv4!')
204 LOGGER.debug(f'Wrong IPv4 source {ip.src}, expected {src_address}')
207 LOGGER.debug(f'Wrong IPv4 destination {ip.dst}, expected {dst_address}')
210 LOGGER.debug(f'Wrong IP flags value {ip.flags}, expected {flags}')
213 LOGGER.debug(f'Wrong ToS value {ip.tos}, expected {tos}')
216 LOGGER.debug(f'Wrong TTL value {ip.ttl}, expected {ttl}')
229 LOGGER.debug('Packet is not IPv6!')
233 LOGGER.debug(f'Wrong IPv6 source {ip6.src}, expected {src_address}')
[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 …]
/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/contrib/kyua/integration/
H A Dcmd_debug_test.sh40 Usage error for command debug: Not enough arguments.
43 atf_check -s exit:3 -o empty -e file:experr kyua debug
59 Usage error for command debug: Too many arguments.
62 atf_check -s exit:3 -o empty -e file:experr kyua debug first:pass \
85 atf_check -s exit:0 -o file:expout -e file:experr kyua debug second:pass
105 atf_check -s exit:1 -o file:expout -e file:experr kyua debug first:fail
123 atf_check -s exit:2 -o empty -e file:experr kyua debug second:die
131 Usage error for command debug: 'foo' is not a test case identifier (missing ':'?).
135 atf_check -s exit:3 -o empty -e file:experr kyua debug foo
144 atf_check -s exit:2 -o empty -e file:experr kyua debug foo:
[all …]
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
87 if debug > 2:
108 if debug > 2:
111 if debug > 2:
115 if debug > 2:
141 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
146 rpath = resolve(path, cwd, last_dir, debug, debug_out)
247 self.debug = conf.get('debug', 0)
304 if self.debug:
314 if self.debug:
[all …]
/freebsd/share/mk/
H A Dmeta2deps.py76 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
87 if debug > 2:
108 if debug > 2:
111 if debug > 2:
115 if debug > 2:
141 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument
146 rpath = resolve(path, cwd, last_dir, debug, debug_out)
247 self.debug = conf.get('debug', 0)
304 if self.debug:
314 if self.debug:
[all …]
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile246 TESTS+= opt-debug
247 TESTS+= opt-debug-all
248 TESTS+= opt-debug-archive
249 TESTS+= opt-debug-curdir
250 TESTS+= opt-debug-cond
251 TESTS+= opt-debug-dir
252 TESTS+= opt-debug-errors
253 TESTS+= opt-debug-errors-jobs
254 TESTS+= opt-debug-file
255 TESTS+= opt-debug
[all...]
/freebsd/contrib/bmake/unit-tests/
H A DMakefile243 TESTS+= opt-debug
244 TESTS+= opt-debug-all
245 TESTS+= opt-debug-archive
246 TESTS+= opt-debug-curdir
247 TESTS+= opt-debug-cond
248 TESTS+= opt-debug-dir
249 TESTS+= opt-debug-errors
250 TESTS+= opt-debug-errors-jobs
251 TESTS+= opt-debug-file
252 TESTS+= opt-debug-for
[all …]
/freebsd/crypto/openssl/Configurations/
H A D10-main.conf183 CFLAGS => picker(debug => "-O0 -g",
200 debug => "-O0 -g",
243 debug => "-O0 -g",
266 debug => "-O0 -g",
295 CFLAGS => add_before(picker(debug => "-g",
316 debug => "-O0 -g",
353 CFLAGS => add_before(picker(debug => "-g",
403 CFLAGS => picker(debug => "-g -O0",
415 CFLAGS => picker(debug => "-g -O0",
427 CFLAGS => picker(debug => "-g -O0",
[all …]

12345678910>>...70