Searched refs:verify_bp_opcode_bytes (Results 1 – 1 of 1) sorted by relevance
2186 uint8_t verify_bp_opcode_bytes[64]; in EnableSoftwareBreakpoint() local2187 … if (DoReadMemory(bp_addr, verify_bp_opcode_bytes, bp_opcode_size, error) == bp_opcode_size) in EnableSoftwareBreakpoint()2189 if (::memcmp(bp_opcode_bytes, verify_bp_opcode_bytes, bp_opcode_size) == 0) in EnableSoftwareBreakpoint()