Home
last modified time | relevance | path

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

/scripts/package/
Dbuilddeb171 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
173 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
175 $OBJCOPY --strip-debug $tmpdir/$module
177 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
395 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
396 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
398 mkdir -p $dbg_dir/usr/lib/debug/boot/
399 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
401 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
406 Section: debug
[all …]
/scripts/
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);
Danalyze_suspend.py612 def debug(self, dev): member in DevProps
1275 def addLine(self, line, debug=False): argument
1295 if debug and last:
1301 if debug:
1309 if debug:
1317 if debug:
1320 if debug:
1325 if debug and last:
1331 if debug:
1342 if debug:
[all …]
Dasn1_compiler.c319 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
551 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise()
797 debug("- %*.*s\n", type->name->content); in build_type_list()
Dcheckpatch.pl42 my %debug;
207 'debug=s' => \%debug,
273 for my $key (keys %debug) {
275 eval "\${dbg_$key} = '$debug{$key}';";
/scripts/kconfig/
Dqconf.cc1075 QString head, debug, help; in menuInfo() local
1104 debug = debug_info(sym); in menuInfo()
1116 debug += "  dep: "; in menuInfo()
1117 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo()
1118 debug += "<br><br>"; in menuInfo()
1123 debug += QString().sprintf("defined at %s:%d<br><br>", _menu->file->name, _menu->lineno); in menuInfo()
1125 setText(head + debug + help); in menuInfo()
1130 QString debug; in debug_info() local
1132 debug += "type: "; in debug_info()
1133 debug += print_filter(sym_type_name(sym->type)); in debug_info()
[all …]
/scripts/dtc/
Ddtc.h41 #define debug(...) printf(__VA_ARGS__) macro
43 #define debug(...) macro
/scripts/gcc-plugins/
Dgcc-common.h672 #define debug_cgraph_node(node) (node)->debug()