HomeSort by: relevance | last modified time | path
    Searched refs:debug_printf (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/libexec/ld.elf_so/
debug.h 44 extern void debug_printf __P((const char *, ...))
48 # define dbg(a) debug_printf a
53 # define rdbg(a) debug_printf a
debug.c 52 debug_printf(const char *format, ...) function
  /src/external/gpl3/gdb/dist/gdbsupport/
common-debug.cc 29 debug_printf (const char *fmt, ...) function
58 debug_printf ("%*s[%s] %s: ", debug_print_depth * 2, "", module, func);
60 debug_printf ("%*s[%s] ", debug_print_depth * 2, "", module);
63 debug_printf ("\n");
parallel-for.h 75 debug_printf (_("Parallel for: n_elements: %zu\n"), n_elements);
76 debug_printf (_("Parallel for: minimum elements per thread: %u\n"), n);
77 debug_printf (_("Parallel for: elts_per_thread: %zu\n"), elts_per_thread);
107 debug_printf (_("Parallel for: elements on worker thread %i\t: %zu"),
109 debug_printf (_("\n"));
121 debug_printf (_("Parallel for: elements on worker thread %i\t: 0"), i);
122 debug_printf (_("\n"));
128 debug_printf (_("Parallel for: elements on main thread\t\t: %zu"),
130 debug_printf (_("\n"));
selftest.cc 98 debug_printf (_("Running selftest %s.\n"), test.name.c_str ());
104 debug_printf ("Self test failed: %s\n", ex.what ());
113 debug_printf ("\nFailures:\n");
116 debug_printf (" %s\n", name);
118 debug_printf ("\n");
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-debug.cc 29 debug_printf (const char *fmt, ...) function
58 debug_printf ("%*s[%s] %s: ", debug_print_depth * 2, "", module, func);
60 debug_printf ("%*s[%s] ", debug_print_depth * 2, "", module);
63 debug_printf ("\n");
parallel-for.h 75 debug_printf (_("Parallel for: n_elements: %zu\n"), n_elements);
76 debug_printf (_("Parallel for: minimum elements per thread: %u\n"), n);
77 debug_printf (_("Parallel for: elts_per_thread: %zu\n"), elts_per_thread);
107 debug_printf (_("Parallel for: elements on worker thread %i\t: %zu"),
109 debug_printf (_("\n"));
121 debug_printf (_("Parallel for: elements on worker thread %i\t: 0"), i);
122 debug_printf (_("\n"));
128 debug_printf (_("Parallel for: elements on main thread\t\t: %zu"),
130 debug_printf (_("\n"));
selftest.cc 98 debug_printf (_("Running selftest %s.\n"), test.name.c_str ());
104 debug_printf ("Self test failed: %s\n", ex.what ());
113 debug_printf ("\nFailures:\n");
116 debug_printf (" %s\n", name);
118 debug_printf ("\n");
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
  /src/sys/arch/hpcmips/stand/pbsdboot/
layout.c 56 debug_printf(TEXT("error=%d\n"), GetLastError());
77 debug_printf(TEXT("Dlg: menu=%04x\n"), *(WORD*)mem);
83 debug_printf(TEXT("Dlg: menu=none\n"));
86 debug_printf(TEXT("Dlg: menu=%s\n"), (TCHAR*)mem);
99 debug_printf(TEXT("Dlg: class=%04x\n"), *(WORD*)mem);
105 debug_printf(TEXT("Dlg: class=none\n"));
108 debug_printf(TEXT("Dlg: class=%s\n"), (TCHAR*)mem);
118 debug_printf(TEXT("Dlg: title=%s\n"), (TCHAR*)mem);
126 debug_printf(TEXT("Dlg: font size=%d\n"), *(WORD*)mem);
129 debug_printf(TEXT("Dlg: font name=%s ("), (TCHAR*)mem)
    [all...]
palette.c 74 debug_printf(TEXT("*** palette init ***\n"));
94 debug_printf(TEXT("CreatePalette() failed"));
134 debug_printf(TEXT("*** palette set ***\n"));
140 debug_printf(TEXT("SelectPalette() failed"));
146 debug_printf(TEXT("RealizePalette() = %d\n"), n);
148 debug_printf(TEXT("RealizePalette() failed"));
169 debug_printf(TEXT("*** palette check ***\n"));
185 debug_printf(TEXT("%3d: %02x %02x %02x"),
193 debug_printf(TEXT(" *"));
196 debug_printf(TEXT("\n"))
    [all...]
preference.c 109 debug_printf(TEXT("ReadFile(): error=%d\r"), GetLastError());
119 debug_printf(TEXT("ReadFile(): read %d bytes\r"), n);
136 debug_printf(TEXT("WriteFile(): error=%d\n"), GetLastError());
143 debug_printf(TEXT("WriteFile(): write %d bytes\n"), n);
154 debug_printf(TEXT(" kernel_name: %s\n"), pref->kernel_name);
155 debug_printf(TEXT(" options: %s\n"), pref->options);
156 debug_printf(TEXT(" user def name: %s\n"), pref->setting_name);
157 debug_printf(TEXT(" setting index: %d\n"), pref->setting_idx);
158 debug_printf(TEXT(" type: %d\n"), pref->fb_type);
159 debug_printf(TEXT(" width: %d\n"), pref->fb_width)
    [all...]
vmem.c 65 debug_printf(TEXT("vmem is not initialized.\n"));
70 debug_printf(TEXT("entry point=0x%x\n"), entry);
84 debug_printf(TEXT("arg, vtophysaddr() failed\n"));
92 debug_printf(TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"),
104 debug_printf(TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"),
114 debug_printf(TEXT("execute startprog()\n"));
150 debug_printf(TEXT("page %d (phys addr=0x%x) is already in use\n"),
235 debug_printf(TEXT("allocate %d pages\n"), npages);
242 debug_printf(TEXT("can't allocate heap\n"));
256 debug_printf(TEXT("can't allocate address table\n"))
    [all...]
elf.c 82 debug_printf(TEXT("loadfile_sub(%x-%x, %S)\n"),
90 debug_printf(TEXT("vmem_get(0x%x) failed.\n"), addr);
103 debug_printf(TEXT("read segment error.\n"));
142 debug_printf(TEXT("seek error\n"));
147 debug_printf(TEXT("read header error\n"));
154 debug_printf(TEXT("alloc() error\n"));
160 debug_printf(TEXT("seek for program header table error\n"));
166 debug_printf(TEXT("read program header table error\n"));
172 debug_printf(TEXT("seek for segment header table error.\n"));
178 debug_printf(TEXT("read segment header table error\n"))
    [all...]
  /src/usr.bin/xlint/lint1/
debug.c 84 debug_printf(const char *fmt, ...) function
137 debug_printf("\n");
163 debug_printf("size %u", size_in_bits / CHAR_SIZE);
165 debug_printf("+%u", size_in_bits % CHAR_SIZE);
205 debug_printf("'%s'",
208 debug_printf(" '%s' with %s",
212 debug_printf(" type");
213 debug_printf(" '%s'", type_name(tn->tn_type));
215 debug_printf(", lvalue");
217 debug_printf(", parenthesized")
    [all...]
  /src/usr.bin/make/
targ.c 343 debug_printf(" %s%s", gn->name, gn->cohort_num);
352 debug_printf("# %s:", label);
354 debug_printf("\n");
364 debug_printf("\t%s\n", cmd);
416 debug_printf(" .%s", names[i].name);
469 debug_printf("# %s%s", gn->name, gn->cohort_num);
477 debug_printf("#\n");
479 debug_printf("# *** MAIN TARGET ***\n");
483 debug_printf("# %d unmade children\n", gn->unmade);
485 debug_printf("# No unmade children\n")
    [all...]
make.c 124 debug_printf(const char *fmt, ...) function
279 debug_printf("modified %s...",
282 debug_printf("nonexistent...");
338 debug_printf("! operator...");
340 debug_printf(".PHONY node...");
342 debug_printf(".EXEC node...");
357 debug_printf("non existing child...");
419 debug_printf("Make_HandleUse: called for plain node %s\n",
714 debug_printf("inspect parent %s%s: ", pgn->name,
717 debug_printf(", unmade %d ", pgn->unmade - 1)
    [all...]
  /src/usr.bin/indent/
debug.c 189 debug_printf(const char *fmt, ...) function
223 debug_printf("\"");
227 debug_printf("\\%c", *p);
229 debug_printf("%c", *p);
231 debug_printf("\\n");
233 debug_printf("\\t");
235 debug_printf("\\x%02x", (unsigned char)*p);
237 debug_printf("\"");
244 debug_printf(" %s ", name);
253 debug_printf("%s:", descr)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-namespaces.c 268 /* Print a string representation of a message using debug_printf.
283 debug_printf ("ERROR");
287 debug_printf ("SETNS");
291 debug_printf ("OPEN");
295 debug_printf ("UNLINK");
299 debug_printf ("READLINK");
303 debug_printf ("INT");
307 debug_printf ("FD");
311 debug_printf ("INTSTR");
315 debug_printf ("unknown-packet-%d", type)
    [all...]
loongarch-hw-point.c 280 debug_printf ("%s", func);
282 debug_printf (" (addr=0x%08lx, len=%d, type=%s)",
289 debug_printf (":\n");
291 debug_printf ("\tBREAKPOINTs:\n");
293 debug_printf ("\tBP%d: addr=%s, ctrl=0x%08x, ref.count=%d\n",
297 debug_printf ("\tWATCHPOINTs:\n");
299 debug_printf ("\tWP%d: addr=%s, ctrl=0x%08x, ref.count=%d\n",
loongarch-linux-hw-point.c 72 debug_printf ("loongarch_dr_change_callback: \n\tOn entry:\n");
73 debug_printf ("\ttid%d, dr_changed_bp=0x%s, "
99 debug_printf ("\tOn exit:\n\ttid%d, dr_changed_bp=0x%s, "
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-namespaces.c 267 /* Print a string representation of a message using debug_printf.
282 debug_printf ("ERROR");
286 debug_printf ("SETNS");
290 debug_printf ("OPEN");
294 debug_printf ("UNLINK");
298 debug_printf ("READLINK");
302 debug_printf ("INT");
306 debug_printf ("FD");
310 debug_printf ("INTSTR");
314 debug_printf ("unknown-packet-%d", type)
    [all...]
  /src/tests/usr.bin/indent/
lsym_comma.c 61 void debug_printf(const char *, ...);
  /src/sbin/fsck_lfs/
fsck.h 65 #define debug_printf warn macro
67 #define debug_printf macro
  /src/external/gpl3/gdb/dist/gdb/
f-lang.c 1208 debug_printf ("Processing array access:\n");
1251 debug_printf ("|-> Range access\n");
1253 debug_printf ("| |-> Type: %s\n", str.c_str ());
1254 debug_printf ("| |-> Array:\n");
1255 debug_printf ("| | |-> Low bound: %s\n", plongest (lb));
1256 debug_printf ("| | |-> High bound: %s\n", plongest (ub));
1257 debug_printf ("| | |-> Bit stride: %s\n", plongest (sd));
1258 debug_printf ("| | |-> Byte stride: %s\n", plongest (sd / 8));
1259 debug_printf ("| | |-> Type size: %s\n",
1261 debug_printf ("| | '-> Target type size: %s\n"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.c 1208 debug_printf ("Processing array access:\n");
1251 debug_printf ("|-> Range access\n");
1253 debug_printf ("| |-> Type: %s\n", str.c_str ());
1254 debug_printf ("| |-> Array:\n");
1255 debug_printf ("| | |-> Low bound: %s\n", plongest (lb));
1256 debug_printf ("| | |-> High bound: %s\n", plongest (ub));
1257 debug_printf ("| | |-> Bit stride: %s\n", plongest (sd));
1258 debug_printf ("| | |-> Byte stride: %s\n", plongest (sd / 8));
1259 debug_printf ("| | |-> Type size: %s\n",
1261 debug_printf ("| | '-> Target type size: %s\n"
    [all...]

Completed in 48 milliseconds

1 2 3 4