Lines Matching refs:MipsDebugger
52 class MipsDebugger { class
54 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } in MipsDebugger() function in v8::internal::MipsDebugger
91 void MipsDebugger::Stop(Instruction* instr) { in Stop()
99 int32_t MipsDebugger::GetRegisterValue(int regnum) { in GetRegisterValue()
108 int32_t MipsDebugger::GetFPURegisterValue32(int regnum) { in GetFPURegisterValue32()
117 int64_t MipsDebugger::GetFPURegisterValue64(int regnum) { in GetFPURegisterValue64()
126 float MipsDebugger::GetFPURegisterValueFloat(int regnum) { in GetFPURegisterValueFloat()
135 double MipsDebugger::GetFPURegisterValueDouble(int regnum) { in GetFPURegisterValueDouble()
144 bool MipsDebugger::GetValue(const char* desc, int32_t* value) { in GetValue()
163 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { in GetValue()
183 bool MipsDebugger::SetBreakpoint(Instruction* breakpc) { in SetBreakpoint()
198 bool MipsDebugger::DeleteBreakpoint(Instruction* breakpc) { in DeleteBreakpoint()
209 void MipsDebugger::UndoBreakpoints() { in UndoBreakpoints()
216 void MipsDebugger::RedoBreakpoints() { in RedoBreakpoints()
223 void MipsDebugger::PrintAllRegs() { in PrintAllRegs()
262 void MipsDebugger::PrintAllRegsIncludingFPU() { in PrintAllRegsIncludingFPU()
336 void MipsDebugger::Debug() { in Debug()
1966 MipsDebugger dbg(this); in ReadW()
1986 MipsDebugger dbg(this); in ReadW()
1996 MipsDebugger dbg(this); in WriteW()
2008 MipsDebugger dbg(this); in WriteW()
2434 MipsDebugger dbg(this); in SoftwareInterrupt()
2447 MipsDebugger dbg(this); in PrintWatchpoint()
2461 MipsDebugger dbg(this); in HandleStop()
6961 MipsDebugger dbg(this); in Execute()