Home
last modified time | relevance | path

Searched refs:g_riscv_opcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp510 static const uint8_t g_riscv_opcode[] = {0x73, 0x00, 0x10, 0x00}; // ebreak in GetSoftwareBreakpointTrapOpcode() local
548 : llvm::ArrayRef(g_riscv_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2096 static const uint8_t g_riscv_opcode[] = {0x73, 0x00, 0x10, 0x00}; // ebreak in GetSoftwareBreakpointTrapOpcode() local
2102 trap_opcode = g_riscv_opcode; in GetSoftwareBreakpointTrapOpcode()
2103 trap_opcode_size = sizeof(g_riscv_opcode); in GetSoftwareBreakpointTrapOpcode()