Home
last modified time | relevance | path

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

/scripts/
DMakefile.debug4 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
Dcheck-sysctl-docs67 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]
Dunifdef.c214 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 …]
Dget_abi.pl20 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);
Dget_feat.pl13 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);
Ddecode_stacktrace.sh40 …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
Dextract_xc3028.pl25 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);
Dleaking_addresses.pl47 my $debug = 0;
109 'd|debug' => \$debug,
164 printf(STDERR @_) if $debug;
DMakefile.modinst53 strip-option := --strip-debug
Dasn1_compiler.c315 #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()
Dspdxcheck.py107 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
Dcheckpatch.pl51 my %debug;
320 'debug=s' => \%debug,
432 for my $key (keys %debug) {
434 eval "\${dbg_$key} = '$debug{$key}';";
/scripts/package/
Dbuilddeb170 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/
Ddtc.h27 #define debug(...) printf(__VA_ARGS__) macro
29 #define debug(...) macro
/scripts/gcc-plugins/
Dgcc-common.h180 #define debug_cgraph_node(node) (node)->debug()
/scripts/kconfig/
Dqconf.cc1069 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()