Searched refs:bp_opcode_size (Results 1 – 1 of 1) sorted by relevance
1779 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint() local1781 if (bp_opcode_size == 0) { in EnableSoftwareBreakpoint()1796 if (DoReadMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), bp_opcode_size, in EnableSoftwareBreakpoint()1797 error) == bp_opcode_size) { in EnableSoftwareBreakpoint()1799 if (DoWriteMemory(bp_addr, bp_opcode_bytes, bp_opcode_size, error) == in EnableSoftwareBreakpoint()1800 bp_opcode_size) { in EnableSoftwareBreakpoint()1802 if (DoReadMemory(bp_addr, verify_bp_opcode_bytes, bp_opcode_size, in EnableSoftwareBreakpoint()1803 error) == bp_opcode_size) { in EnableSoftwareBreakpoint()1805 bp_opcode_size) == 0) { in EnableSoftwareBreakpoint()