Searched refs:db_printf (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c111 db_printf("address not in low memory trace table\n"); /* Tell the fool */
116 db_printf("address not aligned on trace entry boundary (0x80)\n"); /* Tell 'em */
132 db_printf("\n%s%08llX %1X %08X %08X - %04X", (xxltr != cxltr ? " " : "*"),
137 if(xltr.LTR_cpu & 0xFF00) db_printf(", sflgs = %02X\n", ((xltr.LTR_cpu >> 8) & 0xFF));
138 else db_printf("\n");
140 db_printf(" DAR/DSR/CR: %016llX %08X %08X\n", xltr.LTR_dar, xltr.LTR_dsisr, xltr.LTR_cr);
142 db_printf(" SRR0/SRR1 %016llX %016llX\n", xltr.LTR_srr0, xltr.LTR_srr1);
143 db_printf(" LR/CTR %016llX %016llX\n", xltr.LTR_lr, xltr.LTR_ctr);
145 db_printf(" R0/R1/R2 %016llX %016llX %016llX\n", xltr.LTR_r0, xltr.LTR_r1, xltr.LTR_r2);
146 db_printf(" R
[all...]
H A Dbcopytest.c57 db_printf("bcopy test\n");
69 db_printf("Source at %08X; Sink at %08X\n", source, sink);
75 db_printf("Testing non-overlap case; source bndry = 0 to 7F; sink bndry = 0 - 7F; lgn = 1 to 256\n");
85 db_printf("Test failed; source = %02X; sink = %02X; length = %d\n", bsrc, bsnk, size);
86 db_printf("failed\n");
91 db_printf("Non-overlap test complete\n");
96 db_printf("Testing overlap\n");
109 db_printf("Test failed; source = %02X; sink = %02X; length = %d\n", bsrc, bsnk, size);
110 db_printf("failed\n");
115 db_printf("Overla
[all...]
H A Ddb_disasm.c66 db_printf("%s", p);
68 db_printf(" <");
70 db_printf(">");
72 db_printf("\n"); /* Make sure we have a new line for multiline displays */
86 db_printf("db_inst_load: coming soon in a debugger near you!\n");
131 db_printf("db_inst_store: coming soon in a debugger near you!\n");
228 db_printf("db_disasm_malloc(size=%d) failed: %d left !\n",
H A Ddb_interface.c180 db_printf("Caught ");
182 db_printf("type %d", type);
184 db_printf("%s", trap_type[type]);
185 db_printf(" trap, pc = %llx\n",
241 db_printf("type %d", type);
243 db_printf("%s", trap_type[type]);
244 db_printf(" trap, code=%x pc@%x = %x sp=%x\n",
290 db_printf("\nno memory is assigned to src address %08x\n",
298 db_printf("\nno memory is assigned to dst address %08x\n",
343 db_printf("\nn
[all...]
H A Ddb_trace.c704 db_printf(">>>>> trap <<<<<\n");
709 db_printf(">>>>> interrupt <<<<<\n");
712 db_printf(">>>>> interrupt <<<<<\n");
725 db_printf("Frame not mapped %08X\n",*fp); /* Say not found */
814 db_printf("no active thr_act\n");
851 db_printf("no active thread\n");
856 db_printf("---------- Thread 0x%x (#%d of %d) ----------\n",
870 db_printf("thread has no pcb\n");
876 db_printf("Continuation ");
879 db_printf("\
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c87 #include <ddb/db_output.h> /* For db_printf() */
174 db_printf("bad multi-suffixed register %s\n", regp->name);
182 db_printf("%s%d%*s", regp->name, i,
185 db_printf("%-12s", regp->name);
186 db_printf("%#*llN", 2+2*sizeof(db_expr_t), (unsigned long long)value);
190 db_printf("\t%s", name);
192 db_printf("+%#llr", (unsigned long long)offset);
194 db_printf("\n");
267 db_printf("db_print_act(NULL)!\n");
278 db_printf("
[all...]
H A Ddb_trap.c73 #include <ddb/db_output.h> /* For db_printf() */
117 db_printf("After %d instructions (%d loads, %d stores),\n",
121 db_printf("Breakpoint at ");
123 db_printf("Watchpoint at ");
125 db_printf("Stopped at ");
132 db_printf("\n\t");
142 db_printf("Trouble printing location %#llX.\n", (unsigned long long)db_dot);
H A Ddb_examine.c222 db_printf("\n");
228 db_printf(":\t");
248 db_printf("\r%s:\n", name);
249 db_printf("%#lln: ", (unsigned long long)addr);
267 db_printf("\n\t*%8llX(%8llX) = %s",
270 db_printf("+%llX", (unsigned long long)offset );
286 db_printf("%-*llr", width, (unsigned long long)value);
296 db_printf("%-*llR", width, (unsigned long long)value);
313 db_printf("%0*llX ", 2*size, (unsigned long long)value);
315 db_printf("
[all...]
H A Ddb_break.c51 #include <ddb/db_output.h> /* For db_printf() */
116 db_printf("All breakpoints used.\n");
259 db_printf("deleted a stale breakpoint at ");
263 db_printf("%#X", bkpt->address);
265 db_printf(" in task %X", bkpt->task);
267 db_printf(" for %s %X", (is_task)? "task": "thr_act", task_thd);
268 db_printf("\n");
328 db_printf("Already set.\n");
334 db_printf("Warning: non-resident page for breakpoint at %llX",
336 db_printf(" i
[all...]
H A Dtr.c237 db_printf("[%04x%s]\n", i,
259 db_printf("{%02d}",trace_buffer[i].cpu_number);
261 db_printf("[%04x%s] %s%-16s", i, old_history ? "*" : "",
266 db_printf(" (%x/%8x)",
281 db_printf("(N/A)");
283 db_printf("(%d)",
288 db_printf(" ");
291 db_printf("(%s:%05d):\n\t",
295 db_printf(": ");
296 db_printf(trace_buffe
[all...]
H A Ddb_output.h81 void db_printf(const char *fmt, ...);
H A Ddb_watch.c77 #include <ddb/db_output.h> /* For db_printf() */
131 db_printf("All watchpoints used.\n");
163 db_printf("Already set.\n");
170 db_printf("Too many watchpoints.\n");
203 db_printf("Not set.\n");
213 db_printf("No watchpoints set\n");
217 db_printf("Space Address Size\n");
220 db_printf("kernel ");
224 db_printf("%*X", 2*sizeof(vm_offset_t), watch->task);
226 db_printf("tas
[all...]
H A Ddb_task_thread.c67 #include <ddb/db_output.h> /* For db_printf() */
170 db_printf("Bad thr_act address 0x%x\n", thr_act);
272 db_printf("%#n", db_default_act);
277 db_printf(" (task%d.%d)", task_id, act_id);
309 db_printf("%#n", db_default_task);
312 db_printf(" (task%d)", task_id);
321 db_printf("no such task($task%d)\n", ap->suffix[0]);
330 db_printf("no such thr_act($task%d.%d)\n",
H A Ddb_macro.c66 #include <ddb/db_output.h> /* For db_printf() */
114 db_printf("Bad macro name \"%s\"\n", db_tok_string);
144 db_printf("No such macro \"%s\"\n", db_tok_string);
168 db_printf("%s: %s", mp->m_name, mp->m_lbuf);
207 db_printf("%#lln", (unsigned long long)value);
210 db_printf("\t%s", name);
212 db_printf("+%#llr", (unsigned long long)offset);
H A Ddb_write_cmd.c76 #include <ddb/db_output.h> /* For db_printf() */
113 db_printf("Bad address 0x%llx\n", (unsigned long long)addr);
120 db_printf("\t\t%#8lln\t=\t%#8lln\n", (unsigned long long)old_value, (unsigned long long)new_value);
H A Ddb_cond.c71 * Changed errant call of db_error in db_cond_cmd() to db_printf/db_error.
130 #include <ddb/db_output.h> /* For db_printf() */
182 db_printf("error: condition evaluation error\n");
227 db_printf("#<number> expected instead of \"%s\"\n", db_tok_string);
232 db_printf("No such break point #%d\n", db_tok_number);
H A Ddb_output.c290 db_printf(const char *fmt, ...) function
341 db_printf("db%s", (db_default_act) ? "t": "");
342 db_printf("{%d}", cpu_number());
343 db_printf("> ");
H A Ddb_sym.c71 #include <ddb/db_output.h> /* For db_printf() */
420 db_printf("%s::", stab->name);
421 db_printf(name);
427 db_printf(" [static from %s", fname);
429 db_printf(":%d", line);
829 db_printf("%#lln", (unsigned long long)off);
836 db_printf("%#lln",(unsigned long long) off);
839 db_printf("%s", name);
841 db_printf("+%llx", (unsigned long long)d);
844 db_printf(" [
[all...]
H A Ddb_lex.c159 #include <ddb/db_output.h> /* For db_printf() */
186 db_printf("%s", db_line);
314 db_printf("Warning: Skipped input data \"");
316 db_printf("%c", *p++);
318 db_printf("....");
319 db_printf("\"\n");
385 db_printf("Bad character '%c' after number %s\n",
495 db_printf("Bad escape sequence '\\%c'\n", c);
572 db_printf("Bad character '%c'\n", c);
H A Ddb_command.c244 db_printf("%-*s", len, new->name);
280 db_printf("?\n");
296 db_printf("No such command \"%s\"\n", db_tok_string);
300 db_printf("Ambiguous\n");
329 db_printf("Bad modifier \"/%s\"\n", db_tok_string);
352 db_printf("Count missing after ','\n");
858 db_printf("%-12s", cmd->name);
889 db_printf("\n");
928 db_printf(s);
935 db_printf(
[all...]
H A Ddb_variables.c73 #include <ddb/db_output.h> /* For db_printf() */
238 db_printf("Unknown variable \"$%s\"\n", db_tok_string);
287 db_printf("\t$%s:%s<%#x>\t%#8lln\t=\t%#8lln\n", vp->name,
326 db_printf(new->name);
496 db_printf(cur->name);
500 db_printf("%d", i);
513 db_printf("[%d]", h);
529 db_printf("%#lln", (unsigned long long)*(cur->valuep + i));
534 db_printf("\t%s", name);
536 db_printf("
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c385 #include <ddb/db_output.h> /* For db_printf() */
483 db_printf("bad multi-suffixed register %s\n", regp->name);
491 db_printf("%s%d%*s", regp->name, i,
494 db_printf("%-12s", regp->name);
495 db_printf("%#*N", 2+2*sizeof(vm_offset_t), value);
499 db_printf("\t%s", name);
501 db_printf("+%#r", offset);
503 db_printf("\n");
613 db_printf("db_print_act(NULL)!\n");
624 db_printf("
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c383 db_printf(">>>>> %s trap at ",
386 db_printf(">>>>> trap (number %d) at ",
390 db_printf(" <<<<<\n");
397 db_printf(">>>>> interrupt <<<<<\n");
400 db_printf(">>>>> interrupt at ");
408 db_printf(" <<<<<\n");
499 db_printf("no active thr_act\n");
523 db_printf("thread 0x%x, current_thread() is 0x%x, ebp is 0x%x, eip is 0x%x\n", th, current_thread(), ddb_regs.ebp, ddb_regs.eip);
535 db_printf("no active thread\n");
540 db_printf("
[all...]
H A Ddb_disasm.c1125 db_printf("%s", db_reg[size][addrp->disp]);
1130 db_printf("%s:", seg);
1134 db_printf("%#n", addrp->disp);
1135 db_printf("(");
1137 db_printf("%s", addrp->base);
1139 db_printf(",%s,%d", addrp->index, 1<<addrp->ss);
1140 db_printf(")");
1172 db_printf(fp->f_name);
1175 db_printf("s");
1178 db_printf("
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dxpr.c240 db_printf("<%d:%x:%x> ", x - base, x->cpuinfo, x->timestamp);
241 db_printf(x->msg, x->arg1,x->arg2,x->arg3,x->arg4,x->arg5);
288 db_printf("<%d:%d:%x> ", x - xprbase,
290 db_printf(x->msg, x->arg1,x->arg2,x->arg3,x->arg4,x->arg5);

Completed in 170 milliseconds

12