Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/
Dgenerate_BUFSIZ.sh8 debug=false
28 $debug && echo "Configuring: bb_common_bufsiz1[] in bss"
39 $debug && echo "Configuring: bb_common_bufsiz1[] in bss, COMMON_BUFSIZE = $1"
80 $debug && echo "END:0x$END $((0x$END))"
94 $debug && echo "PAGE_SIZE:0x$PAGE_SIZE $((0x$PAGE_SIZE))"
101 $debug && echo "TAIL_SIZE:$TAIL_SIZE bytes"
Dtrylink4 debug=false
44 $debug && echo "Trying: $*"
155 $debug && echo "Trying libraries: $LDLIBS"
163 $debug && echo "Trying -l options: '$l_list'"
/busybox-1.35.0/loginutils/
Dgetty.c65 # define debug(...) do { fprintf(dbf, __VA_ARGS__); fflush(dbf); } while (0) macro
67 # define debug(...) ((void)0) macro
163 debug("entered parse_speeds\n"); in parse_speeds()
173 debug("exiting parse_speeds\n"); in parse_speeds()
192 debug("after getopt\n"); in parse_args()
207 debug("exiting parse_args\n"); in parse_args()
219 debug("open(2)\n"); in open_tty()
328 debug("term_io 2\n"); in init_tty_attrs()
637 debug(argv[n]); in getty_main()
638 debug("\n"); in getty_main()
[all …]
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc1032 QString head, debug, help; in setHelp() local
1053 debug += "type: "; in setHelp()
1054 debug += print_filter(sym_type_name(sym->type)); in setHelp()
1056 debug += " (choice)"; in setHelp()
1057 debug += "<br>"; in setHelp()
1059 debug += "reverse dep: "; in setHelp()
1060 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in setHelp()
1061 debug += "<br>"; in setHelp()
1067 debug += "prompt: "; in setHelp()
1068 debug += print_filter(_(prop->text)); in setHelp()
[all …]
/busybox-1.35.0/qemu_multiarch_testing/
DREADME31 To debug a build problem in one of the sandboxes, change keep_hdb
35 "HDB=hdb.img ./dev-environment.sh" to debug the problem.
/busybox-1.35.0/procps/
Diostat.c23 #define debug(fmt, ...) ((void)0) macro
Dpowertop.c36 #define debug(fmt, ...) ((void)0) macro
Dmpstat.c24 #define debug(fmt, ...) ((void)0) macro
/busybox-1.35.0/
DConfig.in609 bool "Build with debug information"
612 Say Y here to compile with debug information.
688 export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
689 The 'debug=' value is generated using the following command
DINSTALL75 "make allyesconfig" (enables absolutely everything including debug features),
DTODO104 New debug options:
/busybox-1.35.0/modutils/
DConfig.src101 If you don't plan to debug kernel modules, you
/busybox-1.35.0/docs/
Dunicode_UTF-8-test.txt185 reasons: (1) It helps to debug applications if overlong sequences are |
/busybox-1.35.0/examples/var_service/
DREADME50 You can debug an individual service by running its SERVICE_DIR/run script.
/busybox-1.35.0/shell/
Dash.c446 # define debug optlist[17 + BASH_PIPEFAIL] macro
1046 if (debug != 1) in trace_printf()
1062 if (debug != 1) in trace_vprintf()
1071 if (debug != 1) in trace_puts()
1082 if (debug != 1) in trace_puts_quoted()
1121 if (debug != 1) in trace_puts_args()
1143 if (debug != 1) { in opentrace()
1153 debug = 0; in opentrace()
1160 debug = 0; in opentrace()
3723 if (debug) in setsignal()
[all …]