Home
last modified time | relevance | path

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

/scripts/package/
Dbuilddeb169 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
171 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
173 $OBJCOPY --strip-debug $tmpdir/$module
175 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
386 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
387 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
389 mkdir -p $dbg_dir/usr/lib/debug/boot/
390 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
392 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
397 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 …]
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.pl39 my %debug;
158 'debug=s' => \%debug,
222 for my $key (keys %debug) {
224 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