Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1878 const uint8_t *trap_opcode = nullptr; in GetSoftwareBreakpointTrapOpcode() local
1885 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1891 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1923 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1930 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1937 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1943 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1949 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1956 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()
1962 trap_opcode = g_ppc64le_opcode; in GetSoftwareBreakpointTrapOpcode()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp104 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in SetTrapOpcode() argument
108 ::memcpy(m_trap_opcode, trap_opcode, trap_opcode_size); in SetTrapOpcode()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h62 bool SetTrapOpcode(const uint8_t *trap_opcode, uint32_t trap_opcode_size);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10536 unsigned trap_opcode; in EmitSjLjDispatchBlock() local
10538 trap_opcode = ARM::tTRAP; in EmitSjLjDispatchBlock()
10540 trap_opcode = Subtarget->useNaClTrap() ? ARM::TRAPNaCl : ARM::TRAP; in EmitSjLjDispatchBlock()
10542 BuildMI(TrapBB, dl, TII->get(trap_opcode)); in EmitSjLjDispatchBlock()