Home | History | Annotate | Download | only in mips

Lines Matching refs:PrintF

144 #define UNSUPPORTED() printf("Unsupported instruction.\n");
151 PrintF("Simulator hit %s\n", str);
265 PrintF("\n");
267 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
270 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
273 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6));
275 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7));
276 PrintF("\n");
279 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
282 PrintF("\n");
284 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
287 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
290 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
293 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
309 PrintF("\n\n");
311 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(0) );
312 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(2) );
313 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(4) );
314 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(6) );
315 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(8) );
316 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(10));
317 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(12));
318 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(14));
319 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(16));
320 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(18));
321 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(20));
322 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(22));
323 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(24));
324 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(26));
325 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(28));
326 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO(30));
365 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
387 PrintF("/!\\ Jumping over generated breakpoint.\n");
409 PrintF("%s: 0x%08x %d \n", arg1, value, value);
414 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
420 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n",
428 PrintF("%s unrecognized\n", arg1);
441 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
443 PrintF("%s unrecognized\n", arg1);
446 PrintF("print <fpu register> single\n");
449 PrintF("print <register> or print <fpu register> single\n");
458 PrintF("%s: \n", arg1);
463 PrintF("\n");
466 PrintF("%s unrecognized\n", arg1);
469 PrintF("printobject <value>\n");
481 PrintF("%s unrecognized\n", arg1);
499 PrintF(" 0x%08x: 0x%08x %10d\n",
534 PrintF(" 0x%08x %s\n",
539 PrintF("relinquishing control to gdb\n");
541 PrintF("regaining control from gdb\n");
547 PrintF("setting breakpoint failed\n");
550 PrintF("%s unrecognized\n", arg1);
553 PrintF("break <address>\n");
557 PrintF("deleting breakpoint failed\n");
560 PrintF("No flags on MIPS !\n");
562 PrintF("Unstop command not implemented on MIPS.");
566 PrintF("\n");
597 PrintF(" 0x%08x %s\n",
602 PrintF("cont\n");
603 PrintF(" continue execution (alias 'c')\n");
604 PrintF("stepi\n");
605 PrintF(" step one instruction (alias 'si')\n");
606 PrintF("print <register>\n");
607 PrintF(" print register content (alias 'p')\n");
608 PrintF(" use register name 'all' to print all registers\n");
609 PrintF("printobject <register>\n");
610 PrintF(" print an object from a register (alias 'po')\n");
611 PrintF("stack [<words>]\n");
612 PrintF(" dump stack content, default dump 10 words)\n");
613 PrintF("mem <address> [<words>]\n");
614 PrintF(" dump memory content, default dump 10 words)\n");
615 PrintF("flags\n");
616 PrintF(" print flags\n");
617 PrintF("disasm [<instructions>]\n");
618 PrintF("disasm [[<address>] <instructions>]\n");
619 PrintF(" disassemble code, default is 10 instructions from pc\n");
620 PrintF("gdb\n");
621 PrintF(" enter gdb\n");
622 PrintF("break <address>\n");
623 PrintF(" set a break point on the address\n");
624 PrintF("del\n");
625 PrintF(" delete the breakpoint\n");
626 PrintF("unstop\n");
627 PrintF(" ignore the stop instruction at the current location");
628 PrintF(" from now on\n");
630 PrintF("Unknown command: %s\n", cmd);
1006 PrintF("Unaligned read at 0x%08x, pc=%p\n", addr,
1025 PrintF("Unaligned write at 0x%08x, pc=%p\n", addr,
1037 PrintF("Unaligned (double) read at 0x%08x, pc=%p\n", addr,
1050 PrintF("Unaligned (double) write at 0x%08x, pc=%p\n", addr,
1061 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=%p\n", addr,
1073 PrintF("Unaligned signed halfword read at 0x%08x, pc=%p\n", addr,
1086 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=%p\n", addr,
1098 PrintF("Unaligned halfword write at 0x%08x, pc=%p\n", addr,
1138 PrintF("Simulator found unsupported instruction:\n 0x%08x: %s\n",
1216 PrintF("Call to host function at %p with args %08x:%08x %08x:%08x",
1219 PrintF(" with unaligned stack %08x\n", get_register(sp));
1221 PrintF("\n");
1230 PrintF("Mips does not yet support ExternalReference::DIRECT_API_CALL\n");
1233 PrintF("Mips does not support ExternalReference::DIRECT_GETTER_CALL\n");
1241 PrintF(
1251 PrintF(" with unaligned stack %08x\n", get_register(sp));
1253 PrintF("\n");
1261 PrintF("Returned %08x : %08x\n", get_register(v1), get_register(v0));
1270 PrintF("\n---- break %d marker: %3d (instr count: %8d) ----------"
2257 PrintF(" 0x%08x %s\n", reinterpret_cast<intptr_t>(instr),