Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1791 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint() local
1793 if (bp_opcode_size == 0) { in EnableSoftwareBreakpoint()
1808 if (DoReadMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), bp_opcode_size, in EnableSoftwareBreakpoint()
1809 error) == bp_opcode_size) { in EnableSoftwareBreakpoint()
1811 if (DoWriteMemory(bp_addr, bp_opcode_bytes, bp_opcode_size, error) == in EnableSoftwareBreakpoint()
1812 bp_opcode_size) { in EnableSoftwareBreakpoint()
1814 if (DoReadMemory(bp_addr, verify_bp_opcode_bytes, bp_opcode_size, in EnableSoftwareBreakpoint()
1815 error) == bp_opcode_size) { in EnableSoftwareBreakpoint()
1817 bp_opcode_size) == 0) { in EnableSoftwareBreakpoint()