Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h75 bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSite.cpp97 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in SetTrapOpcode() function in BreakpointSite
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp242 if (bp_site->SetTrapOpcode(g_arm_breakpoint_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp688 bp_site->SetTrapOpcode(opcode, opcode_size); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1956 if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()