Lines Matching refs:S390Debugger
37 class S390Debugger { class
39 explicit S390Debugger(Simulator* sim) : sim_(sim) {} in S390Debugger() function in v8::internal::S390Debugger
72 void S390Debugger::Stop(Instruction* instr) { in Stop()
92 intptr_t S390Debugger::GetRegisterValue(int regnum) { in GetRegisterValue()
96 double S390Debugger::GetRegisterPairDoubleValue(int regnum) { in GetRegisterPairDoubleValue()
100 double S390Debugger::GetFPDoubleRegisterValue(int regnum) { in GetFPDoubleRegisterValue()
104 float S390Debugger::GetFPFloatRegisterValue(int regnum) { in GetFPFloatRegisterValue()
108 bool S390Debugger::GetValue(const char* desc, intptr_t* value) { in GetValue()
125 bool S390Debugger::GetFPDoubleValue(const char* desc, double* value) { in GetFPDoubleValue()
134 bool S390Debugger::SetBreakpoint(Instruction* break_pc) { in SetBreakpoint()
148 bool S390Debugger::DeleteBreakpoint(Instruction* break_pc) { in DeleteBreakpoint()
158 void S390Debugger::UndoBreakpoints() { in UndoBreakpoints()
164 void S390Debugger::RedoBreakpoints() { in RedoBreakpoints()
170 void S390Debugger::Debug() { in Debug()
2164 S390Debugger dbg(this); in SoftwareInterrupt()
2178 S390Debugger dbg(this); in SoftwareInterrupt()
2358 S390Debugger dbg(this); in DebugStart()
2381 S390Debugger dbg(this); in Execute()
3211 S390Debugger dbg(this); in EVALUATE()