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