Home | History | Annotate | Download | only in arm

Lines Matching refs:PrintF

127     PrintF("Simulator hit stop %u: %s\n", code, msg);
129 PrintF("Simulator hit %s\n", msg);
266 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
302 PrintF("%3s: 0x%08x %10d", Registers::Name(i), value, value);
307 PrintF(" (%f)\n", dvalue);
309 PrintF("\n");
315 PrintF("%3s: %f 0x%08x %08x\n",
323 PrintF("%s: 0x%08x %d \n", arg1, value, value);
326 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
329 PrintF("%s: %f 0x%08x %08x\n",
335 PrintF("%s unrecognized\n", arg1);
339 PrintF("print <register>\n");
359 PrintF("printobject <value>\n");
371 PrintF("%s unrecognized\n", arg1);
389 PrintF(" 0x%08x: 0x%08x %10d",
395 PrintF(" (");
397 PrintF("smi %d", value / 2);
401 PrintF(")");
403 PrintF("\n");
450 PrintF(" 0x%08x %s\n",
454 PrintF("relinquishing control to gdb\n");
456 PrintF("regaining control from gdb\n");
462 PrintF("setting breakpoint failed\n");
465 PrintF("%s unrecognized\n", arg1);
468 PrintF("break <address>\n");
472 PrintF("deleting breakpoint failed\n");
475 PrintF("N flag: %d; ", sim_->n_flag_);
476 PrintF("Z flag: %d; ", sim_->z_flag_);
477 PrintF("C flag: %d; ", sim_->c_flag_);
478 PrintF("V flag: %d\n", sim_->v_flag_);
479 PrintF("INVALID OP flag: %d; ", sim_->inv_op_vfp_flag_);
480 PrintF("DIV BY ZERO flag: %d; ", sim_->div_zero_vfp_flag_);
481 PrintF("OVERFLOW flag: %d; ", sim_->overflow_vfp_flag_);
482 PrintF("UNDERFLOW flag: %d; ", sim_->underflow_vfp_flag_);
483 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_);
496 PrintF("Not at debugger stop.\n");
502 PrintF("Stop information:\n");
509 PrintF("Unrecognized argument.\n");
520 PrintF("Unrecognized argument.\n");
531 PrintF("Unrecognized argument.\n");
535 PrintF("Wrong usage. Use help command for more information.\n");
539 PrintF("Trace of executed instructions is %s\n",
542 PrintF("cont\n");
543 PrintF(" continue execution (alias 'c')\n");
544 PrintF("stepi\n");
545 PrintF(" step one instruction (alias 'si')\n");
546 PrintF("print <register>\n");
547 PrintF(" print register content (alias 'p')\n");
548 PrintF(" use register name 'all' to print all registers\n");
549 PrintF(" add argument 'fp' to print register pair double values\n");
550 PrintF("printobject <register>\n");
551 PrintF(" print an object from a register (alias 'po')\n");
552 PrintF("flags\n");
553 PrintF(" print flags\n");
554 PrintF("stack [<words>]\n");
555 PrintF(" dump stack content, default dump 10 words)\n");
556 PrintF("mem <address> [<words>]\n");
557 PrintF(" dump memory content, default dump 10 words)\n");
558 PrintF("disasm [<instructions>]\n");
559 PrintF("disasm [<address/register>]\n");
560 PrintF("disasm [[<address/register>] <instructions>]\n");
561 PrintF(" disassemble code, default is 10 instructions\n");
562 PrintF(" from pc (alias 'di')\n");
563 PrintF("gdb\n");
564 PrintF(" enter gdb\n");
565 PrintF("break <address>\n");
566 PrintF(" set a break point on the address\n");
567 PrintF("del\n");
568 PrintF(" delete the breakpoint\n");
569 PrintF("trace (alias 't')\n");
570 PrintF(" toogle the tracing of all executed statements\n");
571 PrintF("stop feature:\n");
572 PrintF(" Description:\n");
573 PrintF(" Stops are debug instructions inserted by\n");
574 PrintF(" the Assembler::stop() function.\n");
575 PrintF(" When hitting a stop, the Simulator will\n");
576 PrintF(" stop and and give control to the ArmDebugger.\n");
577 PrintF(" The first %d stop codes are watched:\n",
579 PrintF(" - They can be enabled / disabled: the Simulator\n");
580 PrintF(" will / won't stop when hitting them.\n");
581 PrintF(" - The Simulator keeps track of how many times they \n");
582 PrintF(" are met. (See the info command.) Going over a\n");
583 PrintF(" disabled stop still increases its counter. \n");
584 PrintF(" Commands:\n");
585 PrintF(" stop info all/<code> : print infos about number <code>\n");
586 PrintF(" or all stop(s).\n");
587 PrintF(" stop enable/disable all/<code> : enables / disables\n");
588 PrintF(" all or number <code> stop(s)\n");
589 PrintF(" stop unstop\n");
590 PrintF(" ignore the stop instruction at the current location\n");
591 PrintF(" from now on\n");
593 PrintF("Unknown command: %s\n", cmd);
1087 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1101 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1114 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08"
1129 PrintF("Unaligned signed halfword read at 0x%08x\n", addr);
1141 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08"
1155 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n",
1192 PrintF("Unaligned read at 0x%08x\n", addr);
1205 PrintF("Unaligned write at 0x%08x\n", addr);
1221 PrintF("Simulator found unsupported instruction:\n 0x%08x: %s\n",
1728 PrintF("Call to host function at %p with args %f, %f",
1732 PrintF("Call to host function at %p with arg %f",
1736 PrintF("Call to host function at %p with args %f, %d",
1744 PrintF(" with unaligned stack %08x\n", get_register(sp));
1746 PrintF("\n");
1786 PrintF("Returned %08x\n", static_cast<int32_t>(iresult));
1791 PrintF("Returned %f\n", dresult);
1800 PrintF("Call to host function at %p args %08x",
1803 PrintF(" with unaligned stack %08x\n", get_register(sp));
1805 PrintF("\n");
1814 PrintF("Call to host function at %p args %08x %08x",
1817 PrintF(" with unaligned stack %08x\n", get_register(sp));
1819 PrintF("\n");
1828 PrintF("Call to host function at %p args %08x %08x",
1831 PrintF(" with unaligned stack %08x\n", get_register(sp));
1833 PrintF("\n");
1842 PrintF("Call to host function at %p args %08x %08x %08x",
1845 PrintF(" with unaligned stack %08x\n", get_register(sp));
1847 PrintF("\n");
1860 PrintF(
1871 PrintF(" with unaligned stack %08x\n", get_register(sp));
1873 PrintF("\n");
1880 PrintF("Returned %08x\n", lo_res);
1965 PrintF("Stop counter for code %i has overflowed.\n"
1979 PrintF("Stop not watched.");
1986 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n",
1989 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n",
2231 PrintF("Simulator hit BKPT.\n");
2260 PrintF("%08x\n", instr->InstructionBits());
3612 PrintF(" 0x%08x %s\n", reinterpret_cast<intptr_t>(instr), buffer.start());