Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h68 uint8_t *GetSavedOpcodeBytes();
72 const uint8_t *GetSavedOpcodeBytes() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp113 uint8_t *BreakpointSite::GetSavedOpcodeBytes() { return &m_saved_opcode[0]; } in GetSavedOpcodeBytes() function in BreakpointSite
115 const uint8_t *BreakpointSite::GetSavedOpcodeBytes() const { in GetSavedOpcodeBytes() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1752 bp_site->GetSavedOpcodeBytes() + opcode_offset, in RemoveBreakpointOpcodesFromBuffer()
1808 if (DoReadMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), bp_opcode_size, in EnableSoftwareBreakpoint()
1875 if (DoWriteMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), in DisableSoftwareBreakpoint()
1896 if (::memcmp(bp_site->GetSavedOpcodeBytes(), verify_opcode, in DisableSoftwareBreakpoint()
2205 ::memcpy(bp->GetSavedOpcodeBytes() + opcode_offset, ubuf + bytes_written, in WriteMemory()