Home
last modified time | relevance | path

Searched refs:opt_debug (Results 1 – 3 of 3) sorted by relevance

/src/contrib/libxo/xolint/
H A Dxolint.pl23 $opt_debug = 1 if /^-d/;
154 if $opt_debug;
183 if $opt_debug;
188 print "[$current]\n" if $opt_debug;
304 print "checking text: [$text]\n" if $opt_debug;
348 print "checking field: [" . join("][", @field) . "]\n" if $opt_debug;
661 print "check_field_format: [$ff] [$fc]\n" if $opt_debug;
/src/crypto/heimdal/
H A Dltmain.sh720 $opt_debug
743 $opt_debug
761 $opt_debug
793 $opt_debug
1046 opt_debug=:
1068 --debug|-x) opt_debug='set -x'
1070 $opt_debug
1179 test "$opt_debug" = : || func_append preserve_args " --debug"
1310 $opt_debug
1329 $opt_debug
[all …]
/src/contrib/jemalloc/bin/
H A Djeprof.in367 $main::opt_debug = 0;
437 "debug!" => \$main::opt_debug,
4511 if($main::opt_debug) { print STDERR "found debug info for $file in /usr/lib/debug$file\n"; }
4514 … if($main::opt_debug) { print STDERR "found debug info for $file in /usr/lib/debug$file.debug\n"; }
4519 if($main::opt_debug) { print STDERR "no debug symbols found for $file\n" };
4537 if($main::opt_debug) { print STDERR "found debug symbol file $symbolFile for $file\n" };
4540 …if($main::opt_debug) { print STDERR "no debug symbol file found for $file, build ID: $buildID\n" };
4546 if($main::opt_debug) { print STDERR "no debug symbols found for $file, build ID unknown\n" };
4753 if($main::opt_debug) { printf STDERR "$start:$finish ($offset) $lib\n"; }
4797 if ($main::opt_debug and $main::opt_test) {
[all …]