Lines Matching refs:PPCDebugger
42 class PPCDebugger { class
44 explicit PPCDebugger(Simulator* sim) : sim_(sim) {} in PPCDebugger() function in v8::internal::PPCDebugger
71 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()
160 void PPCDebugger::UndoBreakpoints() { in UndoBreakpoints()
167 void PPCDebugger::RedoBreakpoints() { in RedoBreakpoints()
174 void PPCDebugger::Debug() { in Debug()
1452 PPCDebugger dbg(this); in SoftwareInterrupt()
1466 PPCDebugger dbg(this); in SoftwareInterrupt()
3947 PPCDebugger dbg(this); in Execute()