Searched defs:debug (Results 1 - 25 of 493) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/
H A Dmain.c247 const char *config_fname, int debug)
258 for (k = 0; k < debug; k++) {
447 " -d show more debug messages (-dd for even more)\n"
453 " -K include key data in debug messages\n"
455 " -f log output to debug file instead of stdout\n"
459 " (records all messages regardless of debug verbosity)\n"
461 " -t include timestamps in some debug messages\n"
544 int c, debug = 0, daemonize = 0; local
577 debug++;
673 debug);
246 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *config_fname, int debug) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1500 const char *config_fname, int debug)
1586 for (k = 0; k < debug; k++) {
1499 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, const char *config_fname, int debug) argument
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1500 const char *config_fname, int debug)
1586 for (k = 0; k < debug; k++) {
1499 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, const char *config_fname, int debug) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1500 const char *config_fname, int debug)
1586 for (k = 0; k < debug; k++) {
1499 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, const char *config_fname, int debug) argument
/external/valgrind/main/none/tests/ppc32/
H A Dround.c84 bool_t debug = FALSE; variable
193 if (debug) {
229 if (debug) {
238 if (debug) {
404 if (debug) {
510 if (debug) {
704 if (debug) printf("tie: LSB = %d\n", LSB);
805 if (debug) {
1041 if (debug) printf("tie: LSB = %d\n", LSB);
1146 if (debug) {
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c84 bool_t debug = FALSE; variable
193 if (debug) {
229 if (debug) {
238 if (debug) {
404 if (debug) {
510 if (debug) {
704 if (debug) printf("tie: LSB = %d\n", LSB);
805 if (debug) {
1041 if (debug) printf("tie: LSB = %d\n", LSB);
1146 if (debug) {
[all...]
/external/vixl/test/
H A Dcctest.h47 static bool debug() { return debug_; } function in class:vixl::Cctest
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c112 /* The root structure for the entire debug info system. It is a
593 /* The debug info system is driven by notifications that a text
622 /* We're going to read symbols and debug info for the avma
677 new debug information gets loaded. If allow_SkFileV is True, it
678 will try load debug info if the mapping at 'a' belongs to Valgrind;
687 If a call to VG_(di_notify_mmap) causes debug info to be read, then
691 will be one or above. If the returned value is zero, no debug info
703 Bool debug = False; local
711 read debug info. */
715 if (debug)
1778 Bool debug = False; local
3098 Bool debug = False; local
3416 Bool debug = False; local
3541 Bool debug = False; local
[all...]
H A Dreadpdb.c3 /*--- Reading of syms & debug info from PDB-format files. ---*/
67 The CodeView debug info entries contain virtual addresses
71 The second type of debug info (FPOs) contain VAs relative
1217 Bool debug = di->trace_symtab; local
1220 if (debug)
1262 if (debug)
1287 if (debug)
1319 if (debug)
1371 if (debug)
1393 if (debug)
1541 Bool debug = di->trace_symtab; local
1704 Bool debug = di->trace_symtab; local
1835 Bool debug = di->trace_symtab; local
[all...]
H A Dstorage.c4 /*--- ELF/XCOFF stabs/dwarf1/dwarf2/dwarf3 debug info. ---*/
60 /* Show a non-fatal debug info reading error. Use vg_panic if
72 "reading debug info\n");
77 "When reading debug info from %s:\n",
374 Int entry /* only needed for debug printing */
377 static const Bool debug = False; local
384 if (debug)
392 * (since if using asm-level debug info, one instruction will
393 * correspond to one line, unlike with C-level debug info where
471 static const Bool debug local
[all...]
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c136 Bool debug = False; local
177 if (debug) VG_(printf)("\n\n");
181 if (debug) VG_(printf)("XXXXXXXXX: BEFORE %s\n", *cpp);
191 if (debug) VG_(printf)("XXXXXXXXX: COPY %s\n", *origenv);
212 if (debug) VG_(printf)("XXXXXXXXX: MASH %s\n", *cpp);
224 if (debug) VG_(printf)("XXXXXXXXX: ADD %s\n", cp);
243 if (debug) VG_(printf)("XXXXXXXXX: FINAL %s\n", ret[i]);
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c403 const Bool debug = False; local
435 if (debug)
459 if (debug)
H A Dm_stacktrace.c160 const Bool debug = False; local
164 const HChar* unwind_case; // used when debug is True.
169 // 3. Use GDB/vgdb to put a breakpoint where you want to debug the stacktrace
174 // You can also modify the debug dynamically using by using
208 if (debug)
264 if (debug)
285 if (debug) unwind_case = "Ca";
296 if (debug) VG_(printf)(" cache reset as CFI ok then nok\n");
305 if (debug) VG_(printf)(" cache NOINFO fpverif_uregs\n");
335 if (debug) VG
461 Bool debug = False; local
638 Bool debug = False; local
901 Bool debug = False; local
1047 Bool debug = False; local
1143 Bool debug = False; local
1226 Bool debug = False; local
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c207 static const Bool debug = False; local
279 if (debug)
297 if (debug)
H A Dsyswrap-arm-linux.c173 const Bool debug = False; local
225 if (debug)
H A Dsyswrap-arm64-linux.c223 const Bool debug = False; local
295 if (debug)
H A Dsyswrap-generic.c200 // do anything with debug info (ie. it doesn't call VG_(di_notify_mmap)).
1146 Bool debug = False; local
1148 if (debug)
2667 // debug-only printing
H A Dsyswrap-mips32-linux.c245 const Bool debug = False; local
292 if (debug)
305 if (debug)
324 if (debug)
H A Dsyswrap-mips64-linux.c202 const Bool debug = False; local
239 if (debug)
251 if (debug)
266 if (debug)
H A Dsyswrap-ppc32-linux.c240 const Bool debug = False; local
325 if (debug)
343 if (debug)
H A Dsyswrap-ppc64-linux.c267 const Bool debug = False; local
352 if (debug)
370 if (debug)
H A Dsyswrap-s390x-linux.c213 static const Bool debug = False; local
277 if (debug)
295 if (debug)
H A Dsyswrap-x86-linux.c214 static const Bool debug = False; local
290 if (debug)
311 if (debug)
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c529 Bool debug = (Bool)0; local
539 if (debug) {
556 if (debug) VG_(printf)("ADD %#lx %lu\n", addr, descr->szB);
561 if (debug) {
565 if (debug) {
1124 Bool debug = (Bool)0; local
1127 if (debug) VG_(printf)("MUNMAP %#lx %lu\n", a, len );
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.c9 int debug = 0; variable
47 // two optional arguments: [nr of loop] [debug]
54 debug = 1;
61 if (debug)
73 if (debug)
97 if (debug)
100 if (debug)

Completed in 6333 milliseconds

1234567891011>>