Searched refs:PPCDebugger (Results 1 – 2 of 2) sorted by relevance
42 class PPCDebugger { class44 explicit PPCDebugger(Simulator* sim) : sim_(sim) {} in PPCDebugger() function in v8::internal::PPCDebugger71 void PPCDebugger::Stop(Instruction* instr) { in Stop()91 intptr_t PPCDebugger::GetRegisterValue(int regnum) { in GetRegisterValue()96 double PPCDebugger::GetRegisterPairDoubleValue(int regnum) { in GetRegisterPairDoubleValue()101 double PPCDebugger::GetFPDoubleRegisterValue(int regnum) { in GetFPDoubleRegisterValue()106 bool PPCDebugger::GetValue(const char* desc, intptr_t* value) { in GetValue()124 bool PPCDebugger::GetFPDoubleValue(const char* desc, double* value) { in GetFPDoubleValue()134 bool PPCDebugger::SetBreakpoint(Instruction* break_pc) { in SetBreakpoint()149 bool PPCDebugger::DeleteBreakpoint(Instruction* break_pc) { in DeleteBreakpoint()[all …]
56 friend class PPCDebugger;