Home | History | Annotate | Download | only in mips

Lines Matching refs:PrintF

154 #define UNSUPPORTED() printf("Unsupported instruction.\n");
169 PrintF("Simulator hit %s (%u)\n", msg, code);
283 PrintF("\n");
285 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
288 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
291 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6));
293 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7));
294 PrintF("\n");
297 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
300 PrintF("\n");
302 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
305 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
308 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
311 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
327 PrintF("\n\n");
329 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(0) );
330 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(2) );
331 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(4) );
332 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(6) );
333 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(8) );
334 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(10));
335 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(12));
336 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(14));
337 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(16));
338 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(18));
339 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(20));
340 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(22));
341 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(24));
342 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(26));
343 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(28));
344 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(30));
383 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
412 PrintF("/!\\ Jumping over generated breakpoint.\n");
434 PrintF("%s: 0x%08x %d \n", arg1, value, value);
439 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
445 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n",
453 PrintF("%s unrecognized\n", arg1);
466 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
468 PrintF("%s unrecognized\n", arg1);
471 PrintF("print <fpu register> single\n");
474 PrintF("print <register> or print <fpu register> single\n");
483 PrintF("%s: \n", arg1);
488 PrintF("\n");
491 PrintF("%s unrecognized\n", arg1);
494 PrintF("printobject <value>\n");
506 PrintF("%s unrecognized\n", arg1);
524 PrintF(" 0x%08x: 0x%08x %10d",
530 PrintF(" (");
532 PrintF("smi %d", value / 2);
536 PrintF(")");
538 PrintF("\n");
586 PrintF(" 0x%08x %s\n",
591 PrintF("relinquishing control to gdb\n");
593 PrintF("regaining control from gdb\n");
599 PrintF("setting breakpoint failed\n");
602 PrintF("%s unrecognized\n", arg1);
605 PrintF("break <address>\n");
609 PrintF("deleting breakpoint failed\n");
612 PrintF("No flags on MIPS !\n");
627 PrintF("Not at debugger stop.\n");
633 PrintF("Stop information:\n");
642 PrintF("Unrecognized argument.\n");
655 PrintF("Unrecognized argument.\n");
668 PrintF("Unrecognized argument.\n");
672 PrintF("Wrong usage. Use help command for more information.\n");
677 PrintF("\n");
708 PrintF(" 0x%08x %s\n",
713 PrintF("cont\n");
714 PrintF(" continue execution (alias 'c')\n");
715 PrintF("stepi\n");
716 PrintF(" step one instruction (alias 'si')\n");
717 PrintF("print <register>\n");
718 PrintF(" print register content (alias 'p')\n");
719 PrintF(" use register name 'all' to print all registers\n");
720 PrintF("printobject <register>\n");
721 PrintF(" print an object from a register (alias 'po')\n");
722 PrintF("stack [<words>]\n");
723 PrintF(" dump stack content, default dump 10 words)\n");
724 PrintF("mem <address> [<words>]\n");
725 PrintF(" dump memory content, default dump 10 words)\n");
726 PrintF("flags\n");
727 PrintF(" print flags\n");
728 PrintF("disasm [<instructions>]\n");
729 PrintF("disasm [<address/register>]\n");
730 PrintF("disasm [[<address/register>] <instructions>]\n");
731 PrintF(" disassemble code, default is 10 instructions\n");
732 PrintF(" from pc (alias 'di')\n");
733 PrintF("gdb\n");
734 PrintF(" enter gdb\n");
735 PrintF("break <address>\n");
736 PrintF(" set a break point on the address\n");
737 PrintF("del\n");
738 PrintF(" delete the breakpoint\n");
739 PrintF("stop feature:\n");
740 PrintF(" Description:\n");
741 PrintF(" Stops are debug instructions inserted by\n");
742 PrintF(" the Assembler::stop() function.\n");
743 PrintF(" When hitting a stop, the Simulator will\n");
744 PrintF(" stop and and give control to the Debugger.\n");
745 PrintF(" All stop codes are watched:\n");
746 PrintF(" - They can be enabled / disabled: the Simulator\n");
747 PrintF(" will / won't stop when hitting them.\n");
748 PrintF(" - The Simulator keeps track of how many times they \n");
749 PrintF(" are met. (See the info command.) Going over a\n");
750 PrintF(" disabled stop still increases its counter. \n");
751 PrintF(" Commands:\n");
752 PrintF(" stop info all/<code> : print infos about number <code>\n");
753 PrintF(" or all stop(s).\n");
754 PrintF(" stop enable/disable all/<code> : enables / disables\n");
755 PrintF(" all or number <code> stop(s)\n");
756 PrintF(" stop unstop\n");
757 PrintF(" ignore the stop instruction at the current location\n");
758 PrintF(" from now on\n");
760 PrintF("Unknown command: %s\n", cmd);
1229 PrintF("Memory read from bad address: 0x%08x, pc=0x%08x\n",
1238 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1250 PrintF("Memory write to bad address: 0x%08x, pc=0x%08x\n",
1260 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1273 PrintF("Unaligned (double) read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1287 PrintF("Unaligned (double) write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1299 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1312 PrintF("Unaligned signed halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1326 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1339 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1380 PrintF("Simulator found unsupported instruction:\n 0x%08x: %s\n",
1487 PrintF("Call to host function at %p with args %f, %f",
1492 PrintF("Call to host function at %p with arg %f",
1497 PrintF("Call to host function at %p with args %f, %d",
1519 PrintF("Call to host function at %p args %08x\n",
1530 PrintF("Call to host function at %p args %08x %08x\n",
1540 PrintF(
1556 PrintF("Returned %08x : %08x\n", get_register(v1), get_register(v0));
1585 PrintF("\n---- break %d marker: %3d (instr count: %8d) ----------"
1635 PrintF("Stop counter for code %i has overflowed.\n"
1648 PrintF("That is a watchpoint, not a stop.\n");
1651 PrintF("Code too large, only %u stops can be used\n", kMaxStopCode + 1);
1659 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n",
1662 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n",
2655 PrintF(" 0x%08x %s\n", reinterpret_cast<intptr_t>(instr),