Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1945 const uint8_t *trap_opcode = nullptr; in GetSoftwareBreakpointTrapOpcode() local
1952 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1958 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1980 trap_opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1983 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1990 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1997 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2004 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
2010 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()
2016 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp102 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in GetTrapOpcodeMaxByteSize()
106 ::memcpy(m_trap_opcode, trap_opcode, trap_opcode_size); in SetTrapOpcode()
104 SetTrapOpcode(const uint8_t * trap_opcode,uint32_t trap_opcode_size) SetTrapOpcode() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h65 bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10991 unsigned trap_opcode; in EmitSjLjDispatchBlock() local
10993 trap_opcode = ARM::tTRAP; in EmitSjLjDispatchBlock()
10995 trap_opcode = Subtarget->useNaClTrap() ? ARM::TRAPNaCl : ARM::TRAP; in EmitSjLjDispatchBlock()
10997 BuildMI(TrapBB, dl, TII->get(trap_opcode)); in EmitSjLjDispatchBlock()