Searched defs:g_riscv_opcode (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Host/common/ | ||
H A D | NativeProcessProtocol.cpp | 510 static const uint8_t g_riscv_opcode[] = {0x73, 0x00, 0x10, 0x00}; // ebreak GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 2047 static const uint8_t g_riscv_opcode[] = {0x73, 0x00, 0x10, 0x00}; // ebreak GetSoftwareBreakpointTrapOpcode() local |