Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1868 const uint8_t *trap_opcode = nullptr; in GetSoftwareBreakpointTrapOpcode() local
1874 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1896 trap_opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1899 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1907 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1914 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1920 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1926 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1933 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()
1939 trap_opcode = g_ppc64le_opcode; in GetSoftwareBreakpointTrapOpcode()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSite.cpp97 bool BreakpointSite::SetTrapOpcode(const uint8_t *trap_opcode, in SetTrapOpcode() argument
101 ::memcpy(m_trap_opcode, trap_opcode, trap_opcode_size); in SetTrapOpcode()
/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/lib/Target/ARM/
H A DARMISelLowering.cpp8363 unsigned trap_opcode; in EmitSjLjDispatchBlock() local
8365 trap_opcode = ARM::tTRAP; in EmitSjLjDispatchBlock()
8367 trap_opcode = Subtarget->useNaClTrap() ? ARM::TRAPNaCl : ARM::TRAP; in EmitSjLjDispatchBlock()
8369 BuildMI(TrapBB, dl, TII->get(trap_opcode)); in EmitSjLjDispatchBlock()