Home
last modified time | relevance | path

Searched refs:bp_opcode_bytes (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1787 const uint8_t *const bp_opcode_bytes = bp_site->GetTrapOpcodeBytes(); in EnableSoftwareBreakpoint() local
1789 if (bp_opcode_bytes == nullptr) { in EnableSoftwareBreakpoint()
1799 if (DoWriteMemory(bp_addr, bp_opcode_bytes, bp_opcode_size, error) == in EnableSoftwareBreakpoint()
1804 if (::memcmp(bp_opcode_bytes, verify_bp_opcode_bytes, in EnableSoftwareBreakpoint()