HomeSort by relevance Sort by last modified time
    Searched refs:stop_pc (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low.c 431 static CORE_ADDR stop_pc; variable
434 If stop_pc != resume_pc, it means
497 stop_pc = (*the_low_target.get_pc) ();
500 "exit valgrind_wait returns ptid %s stop_pc %s signal %d\n",
501 image_ptid (wptid), sym (stop_pc), sig);
530 if (resume_pc != stop_pc) {
532 "stop_pc %p changed to be resume_pc %s\n",
533 C2v(stop_pc), sym(resume_pc));
  /external/v8/src/mips/
simulator-mips.cc 615 intptr_t stop_pc = sim_->get_pc() - local
617 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
619 reinterpret_cast<Instruction*>(stop_pc +
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; local
507 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]

Completed in 80 milliseconds