Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h60 uint8_t *GetTrapOpcodeBytes();
65 const uint8_t *GetTrapOpcodeBytes() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSite.cpp87 uint8_t *BreakpointSite::GetTrapOpcodeBytes() { return &m_trap_opcode[0]; } in GetTrapOpcodeBytes() function in BreakpointSite
89 const uint8_t *BreakpointSite::GetTrapOpcodeBytes() const { in GetTrapOpcodeBytes() function in BreakpointSite
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2020 const uint8_t *const bp_opcode_bytes = bp_site->GetTrapOpcodeBytes(); in EnableSoftwareBreakpoint()
2079 const uint8_t *const break_op = bp_site->GetTrapOpcodeBytes(); in DisableSoftwareBreakpoint()