Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h65 bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp102 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in SetTrapOpcode() function in BreakpointSite
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2072 if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()