Home | History | Annotate | Download | only in mips

Lines Matching refs:PrintF

87 #define UNSUPPORTED() printf("Sim: Unsupported instruction.\n");
93 PrintF("Simulator hit (%u)\n", code);
226 PrintF("\n");
228 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
231 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
234 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6));
236 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7));
237 PrintF("\n");
240 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
243 PrintF("\n");
245 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
248 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
251 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
254 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
274 PrintF("\n\n");
279 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(0) );
280 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(1) );
281 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(2) );
282 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(3) );
283 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(4) );
284 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(5) );
285 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(6) );
286 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(7) );
287 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(8) );
288 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(9) );
289 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(10));
290 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(11));
291 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(12));
292 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(13));
293 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(14));
294 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(15));
295 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(16));
296 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(17));
297 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(18));
298 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(19));
299 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(20));
300 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(21));
301 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(22));
302 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(23));
303 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(24));
304 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(25));
305 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(26));
306 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(27));
307 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(28));
308 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(29));
309 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(30));
310 PrintF("%3s: 0x%016llx %16.4e\n", FPU_REG_INFO64(31));
312 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(0) );
313 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(2) );
314 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(4) );
315 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(6) );
316 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(8) );
317 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(10));
318 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(12));
319 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(14));
320 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(16));
321 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(18));
322 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(20));
323 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(22));
324 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(24));
325 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(26));
326 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(28));
327 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(30));
368 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
397 PrintF("/!\\ Jumping over generated breakpoint.\n");
418 PrintF("%s: 0x%08x %d \n", arg1, value, value);
425 PrintF("%3s: 0x%016llx %16.4e\n",
433 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
439 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n",
448 PrintF("%s unrecognized\n", arg1);
461 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
463 PrintF("%s unrecognized\n", arg1);
466 PrintF("print <fpu register> single\n");
469 PrintF("print <register> or print <fpu register> single\n");
490 PrintF("printobject <value>\n");
502 PrintF("%s unrecognized\n", arg1);
533 PrintF(" 0x%08" PRIxPTR ": 0x%08x %10d",
540 PrintF(" (");
542 PrintF("smi %d", value / 2);
546 PrintF(")");
548 PrintF("\n");
596 PrintF(" 0x%08" PRIxPTR " %s\n", reinterpret_cast<intptr_t>(cur),
601 PrintF("relinquishing control to gdb\n");
603 PrintF("regaining control from gdb\n");
609 PrintF("setting breakpoint failed\n");
612 PrintF("%s unrecognized\n", arg1);
615 PrintF("break <address>\n");
619 PrintF("deleting breakpoint failed\n");
622 PrintF("No flags on MIPS !\n");
637 PrintF("Not at debugger stop.\n");
643 PrintF("Stop information:\n");
652 PrintF("Unrecognized argument.\n");
665 PrintF("Unrecognized argument.\n");
678 PrintF("Unrecognized argument.\n");
682 PrintF("Wrong usage. Use help command for more information.\n");
687 PrintF("\n");
718 PrintF(" 0x%08" PRIxPTR " %s\n", reinterpret_cast<intptr_t>(cur),
723 PrintF("cont\n");
724 PrintF(" continue execution (alias 'c')\n");
725 PrintF("stepi\n");
726 PrintF(" step one instruction (alias 'si')\n");
727 PrintF("print <register>\n");
728 PrintF(" print register content (alias 'p')\n");
729 PrintF(" use register name 'all' to print all registers\n");
730 PrintF("printobject <register>\n");
731 PrintF(" print an object from a register (alias 'po')\n");
732 PrintF("stack [<words>]\n");
733 PrintF(" dump stack content, default dump 10 words)\n");
734 PrintF("mem <address> [<words>]\n");
735 PrintF(" dump memory content, default dump 10 words)\n");
736 PrintF("flags\n");
737 PrintF(" print flags\n");
738 PrintF("disasm [<instructions>]\n");
739 PrintF("disasm [<address/register>]\n");
740 PrintF("disasm [[<address/register>] <instructions>]\n");
741 PrintF(" disassemble code, default is 10 instructions\n");
742 PrintF(" from pc (alias 'di')\n");
743 PrintF("gdb\n");
744 PrintF(" enter gdb\n");
745 PrintF("break <address>\n");
746 PrintF(" set a break point on the address\n");
747 PrintF("del\n");
748 PrintF(" delete the breakpoint\n");
749 PrintF("stop feature:\n");
750 PrintF(" Description:\n");
751 PrintF(" Stops are debug instructions inserted by\n");
752 PrintF(" the Assembler::stop() function.\n");
753 PrintF(" When hitting a stop, the Simulator will\n");
754 PrintF(" stop and and give control to the Debugger.\n");
755 PrintF(" All stop codes are watched:\n");
756 PrintF(" - They can be enabled / disabled: the Simulator\n");
757 PrintF(" will / won't stop when hitting them.\n");
758 PrintF(" - The Simulator keeps track of how many times they \n");
759 PrintF(" are met. (See the info command.) Going over a\n");
760 PrintF(" disabled stop still increases its counter. \n");
761 PrintF(" Commands:\n");
762 PrintF(" stop info all/<code> : print infos about number <code>\n");
763 PrintF(" or all stop(s).\n");
764 PrintF(" stop enable/disable all/<code> : enables / disables\n");
765 PrintF(" all or number <code> stop(s)\n");
766 PrintF(" stop unstop\n");
767 PrintF(" ignore the stop instruction at the current location\n");
768 PrintF(" from now on\n");
770 PrintF("Unknown command: %s\n", cmd);
1729 PrintF("Memory read from bad address: 0x%08x, pc=0x%08" PRIxPTR "\n", addr,
1739 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1751 PrintF("Memory write to bad address: 0x%08x, pc=0x%08" PRIxPTR "\n", addr,
1762 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1775 PrintF("Unaligned (double) read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1789 PrintF("Unaligned (double) write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1802 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1816 PrintF("Unaligned signed halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1831 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1845 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1896 PrintF("Simulator found unsupported instruction:\n 0x%08" PRIxPTR ": %s\n",
2030 PrintF("Call to host function at %p with args %f, %f",
2035 PrintF("Call to host function at %p with arg %f",
2039 PrintF("Call to host function at %p with args %f, %d",
2085 PrintF("Returned %08x\n", static_cast<int32_t>(iresult));
2090 PrintF("Returned %f\n", dresult);
2099 PrintF("Call to host function at %p args %08x\n",
2108 PrintF("Call to host function at %p args %08x %08x\n",
2117 PrintF("Call to host function at %p args %08x %08x\n",
2126 PrintF("Call to host function at %p args %08x %08x %08x\n",
2137 PrintF(
2147 PrintF("Returned { %p, %p, %p }\n", static_cast<void*>(result.x),
2160 PrintF(
2171 PrintF("Returned %08x : %08x\n", get_register(v1), get_register(v0));
2200 PrintF("\n---- break %d marker: %3d (instr count: %" PRIu64
2251 PrintF("Stop counter for code %i has overflowed.\n"
2264 PrintF("That is a watchpoint, not a stop.\n");
2267 PrintF("Code too large, only %u stops can be used\n", kMaxStopCode + 1);
2275 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n",
2278 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n",
4505 PrintF(" 0x%08" PRIxPTR " %-44s %s\n",