Home
last modified time | relevance | path

Searched refs:trap_opcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2000 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
2006 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2038 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2045 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2052 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2058 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()
2064 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2070 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2077 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()
2083 trap_opcode = g_ppc64le_opcode; in GetSoftwareBreakpointTrapOpcode()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp102 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in SetTrapOpcode() argument
106 ::memcpy(m_trap_opcode, trap_opcode, trap_opcode_size); in SetTrapOpcode()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h65 bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10974 unsigned trap_opcode; in EmitSjLjDispatchBlock() local
10976 trap_opcode = ARM::tTRAP; in EmitSjLjDispatchBlock()
10978 trap_opcode = Subtarget->useNaClTrap() ? ARM::TRAPNaCl : ARM::TRAP; in EmitSjLjDispatchBlock()
10980 BuildMI(TrapBB, dl, TII->get(trap_opcode)); in EmitSjLjDispatchBlock()