Lines Matching refs:MipsDebugger
67 class MipsDebugger { class
69 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } in MipsDebugger() function in v8::internal::MipsDebugger
102 void MipsDebugger::Stop(Instruction* instr) { in Stop()
109 int64_t MipsDebugger::GetRegisterValue(int regnum) { in GetRegisterValue()
118 int64_t MipsDebugger::GetFPURegisterValue(int regnum) { in GetFPURegisterValue()
127 float MipsDebugger::GetFPURegisterValueFloat(int regnum) { in GetFPURegisterValueFloat()
136 double MipsDebugger::GetFPURegisterValueDouble(int regnum) { in GetFPURegisterValueDouble()
145 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { in GetValue()
165 bool MipsDebugger::SetBreakpoint(Instruction* breakpc) { in SetBreakpoint()
180 bool MipsDebugger::DeleteBreakpoint(Instruction* breakpc) { in DeleteBreakpoint()
191 void MipsDebugger::UndoBreakpoints() { in UndoBreakpoints()
198 void MipsDebugger::RedoBreakpoints() { in RedoBreakpoints()
205 void MipsDebugger::PrintAllRegs() { in PrintAllRegs()
253 void MipsDebugger::PrintAllRegsIncludingFPU() { in PrintAllRegsIncludingFPU()
301 void MipsDebugger::Debug() { in Debug()
1580 MipsDebugger dbg(this); in DieOrDebug()
2377 MipsDebugger dbg(this); in SoftwareInterrupt()
2390 MipsDebugger dbg(this); in PrintWatchpoint()
2404 MipsDebugger dbg(this); in HandleStop()
7316 MipsDebugger dbg(this); in Execute()