Home
last modified time | relevance | path

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

/scripts/package/
Dbuilddeb116 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
118 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
120 $OBJCOPY --strip-debug $tmpdir/$module
122 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
198 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
199 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
201 mkdir -p $dbg_dir/usr/lib/debug/boot/
202 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
204 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
/scripts/
Dget_abi.pl12 my $debug;
16 "debug|d+" => \$debug,
32 require Data::Dumper if ($debug);
77 print STDERR "Opening $file\n" if ($debug > 1);
132 print STDERR "\twhat: $what\n" if ($debug > 1);
365 print STDERR Data::Dumper->Dump([\%data], [qw(*data)]) if ($debug);
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 …]
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;
Dspdxcheck.py91 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
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()
Dcheckpatch.pl46 my %debug;
225 'debug=s' => \%debug,
306 for my $key (keys %debug) {
308 eval "\${dbg_$key} = '$debug{$key}';";
/scripts/kconfig/
Dqconf.cc1074 QString head, debug, help; in menuInfo() local
1103 debug = debug_info(sym); in menuInfo()
1115 debug += "  dep: "; in menuInfo()
1116 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo()
1117 debug += "<br><br>"; in menuInfo()
1122 debug += QString().sprintf("defined at %s:%d<br><br>", _menu->file->name, _menu->lineno); in menuInfo()
1124 setText(head + debug + help); in menuInfo()
1129 QString debug; in debug_info() local
1131 debug += "type: "; in debug_info()
1132 debug += print_filter(sym_type_name(sym->type)); in debug_info()
[all …]
/scripts/dtc/
Ddtc.h27 #define debug(...) printf(__VA_ARGS__) macro
29 #define debug(...) macro
/scripts/gcc-plugins/
Dgcc-common.h714 #define debug_cgraph_node(node) (node)->debug()