Lines Matching refs:PrintF
148 PrintF("Simulator hit stop %u: %s\n", code, msg); in Stop()
150 PrintF("Simulator hit %s\n", msg); in Stop()
287 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
323 PrintF("%3s: 0x%08x %10d", Registers::Name(i), value, value); in Debug()
328 PrintF(" (%f)\n", dvalue); in Debug()
330 PrintF("\n"); in Debug()
336 PrintF("%3s: %f 0x%08x %08x\n", in Debug()
344 PrintF("%s: 0x%08x %d \n", arg1, value, value); in Debug()
347 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in Debug()
350 PrintF("%s: %f 0x%08x %08x\n", in Debug()
356 PrintF("%s unrecognized\n", arg1); in Debug()
360 PrintF("print <register>\n"); in Debug()
368 PrintF("%s: \n", arg1); in Debug()
373 PrintF("\n"); in Debug()
376 PrintF("%s unrecognized\n", arg1); in Debug()
379 PrintF("printobject <value>\n"); in Debug()
391 PrintF("%s unrecognized\n", arg1); in Debug()
409 PrintF(" 0x%08x: 0x%08x %10d", in Debug()
415 PrintF(" ("); in Debug()
417 PrintF("smi %d", value / 2); in Debug()
421 PrintF(")"); in Debug()
423 PrintF("\n"); in Debug()
470 PrintF(" 0x%08x %s\n", in Debug()
474 PrintF("relinquishing control to gdb\n"); in Debug()
476 PrintF("regaining control from gdb\n"); in Debug()
482 PrintF("setting breakpoint failed\n"); in Debug()
485 PrintF("%s unrecognized\n", arg1); in Debug()
488 PrintF("break <address>\n"); in Debug()
492 PrintF("deleting breakpoint failed\n"); in Debug()
495 PrintF("N flag: %d; ", sim_->n_flag_); in Debug()
496 PrintF("Z flag: %d; ", sim_->z_flag_); in Debug()
497 PrintF("C flag: %d; ", sim_->c_flag_); in Debug()
498 PrintF("V flag: %d\n", sim_->v_flag_); in Debug()
499 PrintF("INVALID OP flag: %d; ", sim_->inv_op_vfp_flag_); in Debug()
500 PrintF("DIV BY ZERO flag: %d; ", sim_->div_zero_vfp_flag_); in Debug()
501 PrintF("OVERFLOW flag: %d; ", sim_->overflow_vfp_flag_); in Debug()
502 PrintF("UNDERFLOW flag: %d; ", sim_->underflow_vfp_flag_); in Debug()
503 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_); in Debug()
516 PrintF("Not at debugger stop.\n"); in Debug()
522 PrintF("Stop information:\n"); in Debug()
529 PrintF("Unrecognized argument.\n"); in Debug()
540 PrintF("Unrecognized argument.\n"); in Debug()
551 PrintF("Unrecognized argument.\n"); in Debug()
555 PrintF("Wrong usage. Use help command for more information.\n"); in Debug()
559 PrintF("Trace of executed instructions is %s\n", in Debug()
562 PrintF("cont\n"); in Debug()
563 PrintF(" continue execution (alias 'c')\n"); in Debug()
564 PrintF("stepi\n"); in Debug()
565 PrintF(" step one instruction (alias 'si')\n"); in Debug()
566 PrintF("print <register>\n"); in Debug()
567 PrintF(" print register content (alias 'p')\n"); in Debug()
568 PrintF(" use register name 'all' to print all registers\n"); in Debug()
569 PrintF(" add argument 'fp' to print register pair double values\n"); in Debug()
570 PrintF("printobject <register>\n"); in Debug()
571 PrintF(" print an object from a register (alias 'po')\n"); in Debug()
572 PrintF("flags\n"); in Debug()
573 PrintF(" print flags\n"); in Debug()
574 PrintF("stack [<words>]\n"); in Debug()
575 PrintF(" dump stack content, default dump 10 words)\n"); in Debug()
576 PrintF("mem <address> [<words>]\n"); in Debug()
577 PrintF(" dump memory content, default dump 10 words)\n"); in Debug()
578 PrintF("disasm [<instructions>]\n"); in Debug()
579 PrintF("disasm [<address/register>]\n"); in Debug()
580 PrintF("disasm [[<address/register>] <instructions>]\n"); in Debug()
581 PrintF(" disassemble code, default is 10 instructions\n"); in Debug()
582 PrintF(" from pc (alias 'di')\n"); in Debug()
583 PrintF("gdb\n"); in Debug()
584 PrintF(" enter gdb\n"); in Debug()
585 PrintF("break <address>\n"); in Debug()
586 PrintF(" set a break point on the address\n"); in Debug()
587 PrintF("del\n"); in Debug()
588 PrintF(" delete the breakpoint\n"); in Debug()
589 PrintF("trace (alias 't')\n"); in Debug()
590 PrintF(" toogle the tracing of all executed statements\n"); in Debug()
591 PrintF("stop feature:\n"); in Debug()
592 PrintF(" Description:\n"); in Debug()
593 PrintF(" Stops are debug instructions inserted by\n"); in Debug()
594 PrintF(" the Assembler::stop() function.\n"); in Debug()
595 PrintF(" When hitting a stop, the Simulator will\n"); in Debug()
596 PrintF(" stop and and give control to the ArmDebugger.\n"); in Debug()
597 PrintF(" The first %d stop codes are watched:\n", in Debug()
599 PrintF(" - They can be enabled / disabled: the Simulator\n"); in Debug()
600 PrintF(" will / won't stop when hitting them.\n"); in Debug()
601 PrintF(" - The Simulator keeps track of how many times they \n"); in Debug()
602 PrintF(" are met. (See the info command.) Going over a\n"); in Debug()
603 PrintF(" disabled stop still increases its counter. \n"); in Debug()
604 PrintF(" Commands:\n"); in Debug()
605 PrintF(" stop info all/<code> : print infos about number <code>\n"); in Debug()
606 PrintF(" or all stop(s).\n"); in Debug()
607 PrintF(" stop enable/disable all/<code> : enables / disables\n"); in Debug()
608 PrintF(" all or number <code> stop(s)\n"); in Debug()
609 PrintF(" stop unstop\n"); in Debug()
610 PrintF(" ignore the stop instruction at the current location\n"); in Debug()
611 PrintF(" from now on\n"); in Debug()
613 PrintF("Unknown command: %s\n", cmd); in Debug()
1119 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadW()
1139 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteW()
1156 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadHU()
1174 PrintF("Unaligned signed halfword read at 0x%08x\n", addr); in ReadH()
1192 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH()
1211 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH()
1252 PrintF("Unaligned read at 0x%08x\n", addr); in ReadDW()
1272 PrintF("Unaligned write at 0x%08x\n", addr); in WriteDW()
1288 PrintF("Simulator found unsupported instruction:\n 0x%08x: %s\n", in Format()
1790 PrintF("Call to host function at %p with args %f, %f", in SoftwareInterrupt()
1795 PrintF("Call to host function at %p with arg %f", in SoftwareInterrupt()
1800 PrintF("Call to host function at %p with args %f, %d", in SoftwareInterrupt()
1808 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1810 PrintF("\n"); in SoftwareInterrupt()
1825 PrintF("Returned %08x\n", lo_res); in SoftwareInterrupt()
1834 PrintF("Call to host function at %p args %08x", in SoftwareInterrupt()
1837 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1839 PrintF("\n"); in SoftwareInterrupt()
1844 PrintF("Returned %p\n", reinterpret_cast<void *>(*result)); in SoftwareInterrupt()
1851 PrintF("Call to host function at %p args %08x %08x", in SoftwareInterrupt()
1854 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1856 PrintF("\n"); in SoftwareInterrupt()
1861 PrintF("Returned %p\n", reinterpret_cast<void *>(*result)); in SoftwareInterrupt()
1870 PrintF( in SoftwareInterrupt()
1881 PrintF(" with unaligned stack %08x\n", get_register(sp)); in SoftwareInterrupt()
1883 PrintF("\n"); in SoftwareInterrupt()
1890 PrintF("Returned %08x\n", lo_res); in SoftwareInterrupt()
1969 PrintF("Stop counter for code %i has overflowed.\n" in IncreaseStopCounter()
1983 PrintF("Stop not watched."); in PrintStopInfo()
1990 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n", in PrintStopInfo()
1993 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n", in PrintStopInfo()
2223 PrintF("Simulator hit BKPT.\n"); in DecodeType01()
2252 PrintF("%08x\n", instr->InstructionBits()); in DecodeType01()
3240 PrintF(" 0x%08x %s\n", reinterpret_cast<intptr_t>(instr), buffer.start()); in InstructionDecode()