Searched refs:GetSavedOpcodeBytes (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointSite.h | 65 uint8_t *GetSavedOpcodeBytes(); 69 const uint8_t *GetSavedOpcodeBytes() const;
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointSite.cpp | 115 uint8_t *BreakpointSite::GetSavedOpcodeBytes() { return &m_saved_opcode[0]; } in GetSavedOpcodeBytes() function in BreakpointSite 117 const uint8_t *BreakpointSite::GetSavedOpcodeBytes() const { in GetSavedOpcodeBytes() function in BreakpointSite
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 1844 bp_site->GetSavedOpcodeBytes() + opcode_offset, in RemoveBreakpointOpcodesFromBuffer() 1900 if (DoReadMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), bp_opcode_size, in EnableSoftwareBreakpoint() 1967 if (DoWriteMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), in DisableSoftwareBreakpoint() 1988 if (::memcmp(bp_site->GetSavedOpcodeBytes(), verify_opcode, in DisableSoftwareBreakpoint() 2337 ::memcpy(bp->GetSavedOpcodeBytes() + opcode_offset, ubuf + bytes_written, in WriteMemory()
|