Searched refs:debug (Results 1 – 16 of 16) sorted by relevance
/scripts/ |
D | Makefile.debug | 4 debug-flags-y := -g 10 debug-flags-$(CONFIG_DEBUG_INFO_DWARF4) += -gdwarf-4 11 debug-flags-$(CONFIG_DEBUG_INFO_DWARF5) += -gdwarf-5 15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y)) 17 DEBUG_CFLAGS += $(debug-flags-y) 18 KBUILD_AFLAGS += $(debug-flags-y) 24 DEBUG_CFLAGS += -femit-struct-debug-baseonly 33 KBUILD_LDFLAGS += --compress-debug-sections=zlib
|
D | check-sysctl-docs | 67 if (debug) print "Parsing " $0 79 if (debug) print trimpunct($i) 103 if (debug) print "Processing file " FILENAME 109 if (debug) print "Processing path " curpath 115 if (debug) print "Processing table " curtable 138 if (debug) print "Adding entry " curentry " to table " curtable 145 if (debug) print "Linking child " child " to table " curtable " entry " curentry 151 if (debug) print "Registering table " tables[1] 161 if (debug) print "Attaching table " tables[2] " to path " tables[1]
|
D | unifdef.c | 214 static void debug(const char *, ...); 592 debug("process line %d %s -> %s depth %d", in process() 737 debug("parser line %d state %s comment %s line", linenum, in parseline() 835 debug("eval%d !", ops - eval_ops); in eval_unary() 846 debug("eval%d (", ops - eval_ops); in eval_unary() 854 debug("eval%d number", ops - eval_ops); in eval_unary() 862 debug("eval%d defined", ops - eval_ops); in eval_unary() 882 debug("eval%d symbol", ops - eval_ops); in eval_unary() 900 debug("eval%d bad expr", ops - eval_ops); in eval_unary() 905 debug("eval%d = %d", ops - eval_ops, *valp); in eval_unary() [all …]
|
D | get_abi.pl | 20 my $debug = 0; 42 "debug=i" => \$debug, 62 require Data::Dumper if ($debug & $dbg_dump_abi_structs); 123 print STDERR "Opening $file\n" if ($debug & $dbg_what_open); 196 print STDERR "\twhat: $what\n" if ($debug & $dbg_what_parsing); 742 print STDERR "$names[$i] =~ /^$re\$/\n" if ($debug && $dbg_undefined); 753 print STDERR "$names[$i] =~ /^$re\$/\n" if ($debug && $dbg_undefined); 785 if ($hint || ($debug && $dbg_undefined)) { 955 print STDERR Data::Dumper->Dump([\%data], [qw(*data)]) if ($debug & $dbg_dump_abi_structs);
|
D | get_feat.pl | 13 my $debug; 29 "debug|d+" => \$debug, 49 require Data::Dumper if ($debug); 119 print STDERR "Opening $file\n" if ($debug > 1); 509 print STDERR Data::Dumper->Dump([\%data], [qw(*data)]) if ($debug);
|
D | decode_stacktrace.sh | 40 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux … 108 for dn in {/usr/lib/debug,}/lib/modules/$release ; do
|
D | extract_xc3028.pl | 25 my $debug=0; 107 printf "(len %d) ",$length if ($debug); 110 printf "%02x ",ord(substr($out,$i,1)) if ($debug); 112 printf "\n" if ($debug); 122 printf "(len_fix %d) ",$length if ($debug); 125 printf "%02x ",ord(substr($out,$i,1)) if ($debug); 127 printf "\n" if ($debug);
|
D | leaking_addresses.pl | 47 my $debug = 0; 109 'd|debug' => \$debug, 164 printf(STDERR @_) if $debug;
|
D | Makefile.modinst | 53 strip-option := --strip-debug
|
D | asn1_compiler.c | 315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro 547 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise() 793 debug("- %*.*s\n", type->name->content); in build_type_list()
|
D | spdxcheck.py | 107 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
|
D | checkpatch.pl | 51 my %debug; 320 'debug=s' => \%debug, 432 for my $key (keys %debug) { 434 eval "\${dbg_$key} = '$debug{$key}';";
|
/scripts/package/ |
D | builddeb | 170 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) 172 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module 174 $OBJCOPY --strip-debug $tmpdir/$module 176 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module 227 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 228 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 230 mkdir -p $dbg_dir/usr/lib/debug/boot/ 231 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 233 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
|
/scripts/dtc/ |
D | dtc.h | 27 #define debug(...) printf(__VA_ARGS__) macro 29 #define debug(...) macro
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 180 #define debug_cgraph_node(node) (node)->debug()
|
/scripts/kconfig/ |
D | qconf.cc | 1069 QString debug; in debug_info() local 1070 QTextStream stream(&debug); in debug_info() 1076 debug += "<br>"; in debug_info() 1124 return debug; in debug_info()
|