| /freebsd-14.2/contrib/lutok/ |
| H A D | debug.cpp | 40 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 D | debug_test.cpp | 44 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-14.2/contrib/sendmail/include/sm/ |
| H A D | debug.h | 106 # 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-14.2/contrib/sendmail/contrib/ |
| H A D | expn.pl | 129 $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 D | re-mqueue.pl | 120 /^-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-14.2/contrib/sendmail/libsm/ |
| H A D | debug.c | 257 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-14.2/sys/contrib/device-tree/Bindings/soc/socionext/ |
| H A D | socionext,uniphier-soc-glue-debug.yaml | 7 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-14.2/usr.sbin/syslogd/tests/ |
| H A D | syslogd_test.sh | 85 syslogd_log -p user.debug -t basic -h "${SYSLOGD_LOCAL_SOCKET}" \ 102 syslogd_log -6 -p user.debug -t basic -h ::1 -P "${SYSLOGD_UDP_PORT}" \ 124 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 133 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 135 syslogd_log -p news.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 157 syslogd_log -p user.debug -t "prog${i}" -h "${SYSLOGD_LOCAL_SOCKET}" \ 170 syslogd_log -p user.debug -t "prog${i}" -h "${SYSLOGD_LOCAL_SOCKET}" \ 194 syslogd_log -p user.debug -t "host${i}" -H "host${i}" \ 207 syslogd_log -p user.debug -t "host${i}" -H "host${i}" \ 288 syslogd_log -p user.debug -t "pipe" -h "${SYSLOGD_LOCAL_SOCKET}" \ [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | arm,coresight-cpu-debug.yaml | 4 $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 D | coresight-cpu-debug.txt | 3 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-14.2/contrib/bmake/unit-tests/ |
| H A D | opt-debug-file.mk | 8 .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-14.2/sbin/ipf/ipfsync/ |
| H A D | ipfsyncd.c | 190 debug(1, "open(%s): %s\n", IPSYNC_NAME, 200 debug(1, "wait %d seconds\n", 1 << tries); 264 debug(3, "read(K):%d\n", n1); in do_io() 268 debug(1, "read error (k-header): %s\n", in do_io() 291 debug(3, "read(N):%d\n", n1); in do_io() 295 debug(1, "read error (n-header): %s\n", in do_io() 330 debug(1, "socket:%s\n", STRERROR(errno)); 423 debug(1, "bind:%s\n", STRERROR(errno)); 435 debug(1, "connect:%s\n", STRERROR(errno)); 475 debug(2, "invalid header magic %x\n", magic); [all …]
|
| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/Util/ |
| H A D | Pod.pm | 98 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-14.2/tests/sys/netpfil/common/ |
| H A D | pft_ping.py | 144 LOGGER.debug('Packet is not IPv4!') 147 LOGGER.debug('Source IPv4 address does not match!') 172 LOGGER.debug('Packet is not IPv6!') 175 LOGGER.debug('Source IPv6 address does not match!') 198 LOGGER.debug('Packet is not IPv4 ICMP!') 202 LOGGER.debug('Packet contains no payload!') 205 LOGGER.debug('Payload magic does not match!') 239 LOGGER.debug('Payload magic does not match!') 253 LOGGER.debug('Payload magic does not match!') 292 LOGGER.debug('Packet is not TCP!') [all …]
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | debug.c | 330 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-14.2/contrib/arm-optimized-routines/math/tools/ |
| H A D | remez.jl | 64 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-14.2/stand/libsa/ |
| H A D | arp.c | 93 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 D | rarp.c | 72 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-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | ParseC.pm | 93 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-14.2/tools/regression/redzone9/ |
| H A D | test.sh | 4 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-14.2/share/mk/ |
| H A D | meta2deps.py | 83 if debug > 2: 102 if debug > 2: 105 if debug > 2: 109 if debug > 2: 296 if self.debug: 306 if self.debug: 357 if self.debug: 726 debug = 0 734 debug += 1 761 conf['debug'] = debug [all …]
|
| /freebsd-14.2/contrib/bmake/mk/ |
| H A D | meta2deps.py | 83 if debug > 2: 102 if debug > 2: 105 if debug > 2: 109 if debug > 2: 296 if self.debug: 306 if self.debug: 357 if self.debug: 726 debug = 0 734 debug += 1 761 conf['debug'] = debug [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 9 // 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-14.2/usr.bin/gprof/ |
| H A D | dfn.c | 71 if ( debug & DFNDEBUG ) { in dfn() 122 if ( debug & DFNDEBUG ) { in dfn_pre_visit() 177 if ( debug & DFNDEBUG ) { in dfn_findcycle() 200 if ( debug & DFNDEBUG ) { in dfn_findcycle() 215 if ( debug & DFNDEBUG ) { in dfn_findcycle() 232 if ( debug & DFNDEBUG ) { in dfn_findcycle() 243 if ( debug & DFNDEBUG ) { in dfn_findcycle() 272 if ( debug & DFNDEBUG ) { in dfn_self_cycle() 291 if ( debug & DFNDEBUG ) { in dfn_post_visit() 306 if ( debug & DFNDEBUG ) { in dfn_post_visit() [all …]
|
| /freebsd-14.2/contrib/kyua/integration/ |
| H A D | cmd_debug_test.sh | 40 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. 135 atf_check -s exit:3 -o empty -e file:experr kyua debug foo 160 atf_check -s exit:0 -o file:expout -e empty kyua debug \ 191 atf_check -s exit:0 -o file:expout -e empty kyua debug \ 286 debug config1:get_variable 289 debug config2:get_variable 292 debug config3:get_variable 316 kyua debug --build-root=build second:pass [all …]
|