Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2012 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint() local
2014 if (bp_opcode_size == 0) { in EnableSoftwareBreakpoint()
2029 if (DoReadMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), bp_opcode_size, in EnableSoftwareBreakpoint()
2030 error) == bp_opcode_size) { in EnableSoftwareBreakpoint()
2032 if (DoWriteMemory(bp_addr, bp_opcode_bytes, bp_opcode_size, error) == in EnableSoftwareBreakpoint()
2033 bp_opcode_size) { in EnableSoftwareBreakpoint()
2035 if (DoReadMemory(bp_addr, verify_bp_opcode_bytes, bp_opcode_size, in EnableSoftwareBreakpoint()
2036 error) == bp_opcode_size) { in EnableSoftwareBreakpoint()
2038 bp_opcode_size) == 0) { in EnableSoftwareBreakpoint()