Searched refs:kBreakpointInstr (Results 1 – 5 of 5) sorted by relevance
50 static const Instr kBreakpointInstr = (TWI | 0x1F * B21); member in v8::internal::PPCDebugger169 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
47 static const Instr kBreakpointInstr = member in v8::internal::ArmDebugger173 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
46 static const Instr kBreakpointInstr = (0x0000FFB2); // TRAP4 0000 member in v8::internal::S390Debugger49 static const Instr kBreakpointInstr = (0xB2FF0000); // TRAP4 0000166 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
64 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xFFFFF << 6; member in v8::internal::MipsDebugger218 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
79 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xFFFFF << 6; member in v8::internal::MipsDebugger200 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()