Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h53 uint8_t *GetTrapOpcodeBytes();
56 const uint8_t *GetTrapOpcodeBytes() const;
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointSite.cpp94 uint8_t *BreakpointSite::GetTrapOpcodeBytes() { return &m_trap_opcode[0]; } in GetTrapOpcodeBytes() function in BreakpointSite
96 const uint8_t *BreakpointSite::GetTrapOpcodeBytes() const { in GetTrapOpcodeBytes() function in BreakpointSite
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1783 const uint8_t *const bp_opcode_bytes = bp_site->GetTrapOpcodeBytes(); in EnableSoftwareBreakpoint()
1843 const uint8_t *const break_op = bp_site->GetTrapOpcodeBytes(); in DisableSoftwareBreakpoint()