Home
last modified time | relevance | path

Searched refs:stop_pc (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dtarget.c146 static CORE_ADDR stop_pc; variable
259 if (resume_pc != stop_pc) { in valgrind_resume()
262 C2v(stop_pc), sym(resume_pc)); in valgrind_resume()
320 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()
324 image_ptid (wptid), sym (stop_pc), sig); in valgrind_wait()
/external/v8/src/mips/
Dsimulator-mips.cc680 intptr_t stop_pc = sim_->get_pc() - in Debug() local
682 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
684 reinterpret_cast<Instruction*>(stop_pc + in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc610 intptr_t stop_pc = sim_->get_pc() - in Debug() local
612 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
614 reinterpret_cast<Instruction*>(stop_pc + in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc486 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug() local
487 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
489 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
/external/lldb/tools/debugserver/source/
DChangeLog1366 * RNBRemote.cpp: Add the stop_pc value in big-endian order to the