Lines Matching refs:PrintF
69 PrintF("Simulator hit stop %u\n", code);
71 PrintF("Simulator hit\n");
205 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
241 PrintF(
250 PrintF(" (%f)\n", dvalue);
252 PrintF("\n");
258 PrintF("%3s: %f 0x%08x %08x\n",
266 PrintF("%s: 0x%08x %d \n", arg1, value, value);
269 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
272 PrintF("%s: %f 0x%08x %08x\n",
278 PrintF("%s unrecognized\n", arg1);
282 PrintF("print <register>\n");
302 PrintF("printobject <value>\n");
314 PrintF("%s unrecognized\n", arg1);
332 PrintF(" 0x%08" V8PRIxPTR ": 0x%08x %10d",
339 PrintF(" (");
341 PrintF("smi %d", value / 2);
345 PrintF(")");
347 PrintF("\n");
394 PrintF(" 0x%08" V8PRIxPTR " %s\n", reinterpret_cast<intptr_t>(prev),
398 PrintF("relinquishing control to gdb\n");
400 PrintF("regaining control from gdb\n");
406 PrintF("setting breakpoint failed\n");
409 PrintF("%s unrecognized\n", arg1);
412 PrintF("break <address>\n");
416 PrintF("deleting breakpoint failed\n");
419 PrintF("N flag: %d; ", sim_->n_flag_);
420 PrintF("Z flag: %d; ", sim_->z_flag_);
421 PrintF("C flag: %d; ", sim_->c_flag_);
422 PrintF("V flag: %d\n", sim_->v_flag_);
423 PrintF("INVALID OP flag: %d; ", sim_->inv_op_vfp_flag_);
424 PrintF("DIV BY ZERO flag: %d; ", sim_->div_zero_vfp_flag_);
425 PrintF("OVERFLOW flag: %d; ", sim_->overflow_vfp_flag_);
426 PrintF("UNDERFLOW flag: %d; ", sim_->underflow_vfp_flag_);
427 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_);
440 PrintF("Not at debugger stop.\n");
446 PrintF("Stop information:\n");
453 PrintF("Unrecognized argument.\n");
464 PrintF("Unrecognized argument.\n");
475 PrintF("Unrecognized argument.\n");
479 PrintF("Wrong usage. Use help command for more information.\n");
483 PrintF("Trace of executed instructions is %s\n",
486 PrintF("cont\n");
487 PrintF(" continue execution (alias 'c')\n");
488 PrintF("stepi\n");
489 PrintF(" step one instruction (alias 'si')\n");
490 PrintF("print <register>\n");
491 PrintF(" print register content (alias 'p')\n");
492 PrintF(" use register name 'all' to print all registers\n");
493 PrintF(" add argument 'fp' to print register pair double values\n");
494 PrintF("printobject <register>\n");
495 PrintF(" print an object from a register (alias 'po')\n");
496 PrintF("flags\n");
497 PrintF(" print flags\n");
498 PrintF("stack [<words>]\n");
499 PrintF(" dump stack content, default dump 10 words)\n");
500 PrintF("mem <address> [<words>]\n");
501 PrintF(" dump memory content, default dump 10 words)\n");
502 PrintF("disasm [<instructions>]\n");
503 PrintF("disasm [<address/register>]\n");
504 PrintF("disasm [[<address/register>] <instructions>]\n");
505 PrintF(" disassemble code, default is 10 instructions\n");
506 PrintF(" from pc (alias 'di')\n");
507 PrintF("gdb\n");
508 PrintF(" enter gdb\n");
509 PrintF("break <address>\n");
510 PrintF(" set a break point on the address\n");
511 PrintF("del\n");
512 PrintF(" delete the breakpoint\n");
513 PrintF("trace (alias 't')\n");
514 PrintF(" toogle the tracing of all executed statements\n");
515 PrintF("stop feature:\n");
516 PrintF(" Description:\n");
517 PrintF(" Stops are debug instructions inserted by\n");
518 PrintF(" the Assembler::stop() function.\n");
519 PrintF(" When hitting a stop, the Simulator will\n");
520 PrintF(" stop and and give control to the ArmDebugger.\n");
521 PrintF(" The first %d stop codes are watched:\n",
523 PrintF(" - They can be enabled / disabled: the Simulator\n");
524 PrintF(" will / won't stop when hitting them.\n");
525 PrintF(" - The Simulator keeps track of how many times they \n");
526 PrintF(" are met. (See the info command.) Going over a\n");
527 PrintF(" disabled stop still increases its counter. \n");
528 PrintF(" Commands:\n");
529 PrintF(" stop info all/<code> : print infos about number <code>\n");
530 PrintF(" or all stop(s).\n");
531 PrintF(" stop enable/disable all/<code> : enables / disables\n");
532 PrintF(" all or number <code> stop(s)\n");
533 PrintF(" stop unstop\n");
534 PrintF(" ignore the stop instruction at the current location\n");
535 PrintF(" from now on\n");
537 PrintF("Unknown command: %s\n", cmd);
1157 PrintF("Simulator found unsupported instruction:\n 0x%08" V8PRIxPTR ": %s\n",
1693 PrintF("Call to host function at %p with args %f, %f",
1698 PrintF("Call to host function at %p with arg %f",
1702 PrintF("Call to host function at %p with args %f, %d",
1711 PrintF(" with unaligned stack %08x\n", get_register(sp));
1713 PrintF("\n");
1753 PrintF("Returned %08x\n", static_cast<int32_t>(iresult));
1758 PrintF("Returned %f\n", dresult);
1767 PrintF("Call to host function at %p args %08x",
1770 PrintF(" with unaligned stack %08x\n", get_register(sp));
1772 PrintF("\n");
1781 PrintF("Call to host function at %p args %08x %08x",
1784 PrintF(" with unaligned stack %08x\n", get_register(sp));
1786 PrintF("\n");
1795 PrintF("Call to host function at %p args %08x %08x",
1798 PrintF(" with unaligned stack %08x\n", get_register(sp));
1800 PrintF("\n");
1809 PrintF("Call to host function at %p args %08x %08x %08x",
1812 PrintF(" with unaligned stack %08x\n", get_register(sp));
1814 PrintF("\n");
1827 PrintF(
1833 PrintF(" with unaligned stack %08x\n", get_register(sp));
1835 PrintF("\n");
1842 PrintF("Returned { %p, %p, %p }\n", static_cast<void*>(result.x),
1856 PrintF(
1862 PrintF(" with unaligned stack %08x\n", get_register(sp));
1864 PrintF("\n");
1871 PrintF("Returned %08x\n", lo_res);
1972 PrintF("Stop counter for code %i has overflowed.\n"
1986 PrintF("Stop not watched.");
1993 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n",
1996 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n",
2253 PrintF("Simulator hit BKPT.\n");
2282 PrintF("%08x\n", instr->InstructionBits());
4090 PrintF(" 0x%08" V8PRIxPTR " %s\n", reinterpret_cast<intptr_t>(instr),