Lines Matching refs:PrintF
126 PrintF("Simulator hit stop %u: %s\n", code, msg); in Stop()
128 PrintF("Simulator hit %s\n", msg); in Stop()
265 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
301 PrintF("%3s: 0x%08x %10d", Register::from_code(i).ToString(), in Debug()
307 PrintF(" (%f)\n", dvalue); in Debug()
309 PrintF("\n"); in Debug()
315 PrintF("%3s: %f 0x%08x %08x\n", in Debug()
323 PrintF("%s: 0x%08x %d \n", arg1, value, value); in Debug()
326 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in Debug()
329 PrintF("%s: %f 0x%08x %08x\n", in Debug()
335 PrintF("%s unrecognized\n", arg1); in Debug()
339 PrintF("print <register>\n"); in Debug()
359 PrintF("printobject <value>\n"); in Debug()
371 PrintF("%s unrecognized\n", arg1); in Debug()
389 PrintF(" 0x%08x: 0x%08x %10d", in Debug()
395 PrintF(" ("); in Debug()
397 PrintF("smi %d", value / 2); in Debug()
401 PrintF(")"); in Debug()
403 PrintF("\n"); in Debug()
450 PrintF(" 0x%08x %s\n", in Debug()
454 PrintF("relinquishing control to gdb\n"); in Debug()
456 PrintF("regaining control from gdb\n"); in Debug()
462 PrintF("setting breakpoint failed\n"); in Debug()
465 PrintF("%s unrecognized\n", arg1); in Debug()
468 PrintF("break <address>\n"); in Debug()
472 PrintF("deleting breakpoint failed\n"); in Debug()
475 PrintF("N flag: %d; ", sim_->n_flag_); in Debug()
476 PrintF("Z flag: %d; ", sim_->z_flag_); in Debug()
477 PrintF("C flag: %d; ", sim_->c_flag_); in Debug()
478 PrintF("V flag: %d\n", sim_->v_flag_); in Debug()
479 PrintF("INVALID OP flag: %d; ", sim_->inv_op_vfp_flag_); in Debug()
480 PrintF("DIV BY ZERO flag: %d; ", sim_->div_zero_vfp_flag_); in Debug()
481 PrintF("OVERFLOW flag: %d; ", sim_->overflow_vfp_flag_); in Debug()
482 PrintF("UNDERFLOW flag: %d; ", sim_->underflow_vfp_flag_); in Debug()
483 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_); in Debug()
496 PrintF("Not at debugger stop.\n"); in Debug()
502 PrintF("Stop information:\n"); in Debug()
509 PrintF("Unrecognized argument.\n"); in Debug()
520 PrintF("Unrecognized argument.\n"); in Debug()
531 PrintF("Unrecognized argument.\n"); in Debug()
535 PrintF("Wrong usage. Use help command for more information.\n"); in Debug()
539 PrintF("Trace of executed instructions is %s\n", in Debug()
542 PrintF("cont\n"); in Debug()
543 PrintF(" continue execution (alias 'c')\n"); in Debug()
544 PrintF("stepi\n"); in Debug()
545 PrintF(" step one instruction (alias 'si')\n"); in Debug()
546 PrintF("print <register>\n"); in Debug()
547 PrintF(" print register content (alias 'p')\n"); in Debug()
548 PrintF(" use register name 'all' to print all registers\n"); in Debug()
549 PrintF(" add argument 'fp' to print register pair double values\n"); in Debug()
550 PrintF("printobject <register>\n"); in Debug()
551 PrintF(" print an object from a register (alias 'po')\n"); in Debug()
552 PrintF("flags\n"); in Debug()
553 PrintF(" print flags\n"); in Debug()
554 PrintF("stack [<words>]\n"); in Debug()
555 PrintF(" dump stack content, default dump 10 words)\n"); in Debug()
556 PrintF("mem <address> [<words>]\n"); in Debug()
557 PrintF(" dump memory content, default dump 10 words)\n"); in Debug()
558 PrintF("disasm [<instructions>]\n"); in Debug()
559 PrintF("disasm [<address/register>]\n"); in Debug()
560 PrintF("disasm [[<address/register>] <instructions>]\n"); in Debug()
561 PrintF(" disassemble code, default is 10 instructions\n"); in Debug()
562 PrintF(" from pc (alias 'di')\n"); in Debug()
563 PrintF("gdb\n"); in Debug()
564 PrintF(" enter gdb\n"); in Debug()
565 PrintF("break <address>\n"); in Debug()
566 PrintF(" set a break point on the address\n"); in Debug()
567 PrintF("del\n"); in Debug()
568 PrintF(" delete the breakpoint\n"); in Debug()
569 PrintF("trace (alias 't')\n"); in Debug()
570 PrintF(" toogle the tracing of all executed statements\n"); in Debug()
571 PrintF("stop feature:\n"); in Debug()
572 PrintF(" Description:\n"); in Debug()
573 PrintF(" Stops are debug instructions inserted by\n"); in Debug()
574 PrintF(" the Assembler::stop() function.\n"); in Debug()
575 PrintF(" When hitting a stop, the Simulator will\n"); in Debug()
576 PrintF(" stop and and give control to the ArmDebugger.\n"); in Debug()
577 PrintF(" The first %d stop codes are watched:\n", in Debug()
579 PrintF(" - They can be enabled / disabled: the Simulator\n"); in Debug()
580 PrintF(" will / won't stop when hitting them.\n"); in Debug()
581 PrintF(" - The Simulator keeps track of how many times they \n"); in Debug()
582 PrintF(" are met. (See the info command.) Going over a\n"); in Debug()
583 PrintF(" disabled stop still increases its counter. \n"); in Debug()
584 PrintF(" Commands:\n"); in Debug()
585 PrintF(" stop info all/<code> : print infos about number <code>\n"); in Debug()
586 PrintF(" or all stop(s).\n"); in Debug()
587 PrintF(" stop enable/disable all/<code> : enables / disables\n"); in Debug()
588 PrintF(" all or number <code> stop(s)\n"); in Debug()
589 PrintF(" stop unstop\n"); in Debug()
590 PrintF(" ignore the stop instruction at the current location\n"); in Debug()
591 PrintF(" from now on\n"); in Debug()
593 PrintF("Unknown command: %s\n", cmd); in Debug()
1106 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadW()
1120 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteW()
1133 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08" in ReadHU()
1148 PrintF("Unaligned signed halfword read at 0x%08x\n", addr); in ReadH()
1160 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08" in WriteH()
1174 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH()
1211 PrintF("Unaligned read at 0x%08x\n", addr); in ReadDW()
1224 PrintF("Unaligned write at 0x%08x\n", addr); in WriteDW()
1246 PrintF("Simulator found unsupported instruction:\n 0x%08x: %s\n", in Format()
1777 PrintF("Call to host function at %p with args %f, %f", in SoftwareInterrupt()
1781 PrintF("Call to host function at %p with arg %f", in SoftwareInterrupt()
1785 PrintF("Call to host function at %p with args %f, %d", in SoftwareInterrupt()
1793 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1795 PrintF("\n"); in SoftwareInterrupt()
1835 PrintF("Returned %08x\n", static_cast<int32_t>(iresult)); in SoftwareInterrupt()
1840 PrintF("Returned %f\n", dresult); in SoftwareInterrupt()
1849 PrintF("Call to host function at %p args %08x", in SoftwareInterrupt()
1852 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1854 PrintF("\n"); in SoftwareInterrupt()
1863 PrintF("Call to host function at %p args %08x %08x", in SoftwareInterrupt()
1866 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1868 PrintF("\n"); in SoftwareInterrupt()
1877 PrintF("Call to host function at %p args %08x %08x", in SoftwareInterrupt()
1880 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1882 PrintF("\n"); in SoftwareInterrupt()
1891 PrintF("Call to host function at %p args %08x %08x %08x", in SoftwareInterrupt()
1894 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1896 PrintF("\n"); in SoftwareInterrupt()
1909 PrintF( in SoftwareInterrupt()
1920 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1922 PrintF("\n"); in SoftwareInterrupt()
1929 PrintF("Returned %08x\n", lo_res); in SoftwareInterrupt()
2030 PrintF("Stop counter for code %i has overflowed.\n" in IncreaseStopCounter()
2044 PrintF("Stop not watched."); in PrintStopInfo()
2051 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n", in PrintStopInfo()
2054 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n", in PrintStopInfo()
2296 PrintF("Simulator hit BKPT.\n"); in DecodeType01()
2325 PrintF("%08x\n", instr->InstructionBits()); in DecodeType01()
3958 PrintF(" 0x%08x %s\n", reinterpret_cast<intptr_t>(instr), buffer.start()); in InstructionDecode()