Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp506 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local
533 return llvm::ArrayRef(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2057 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local
2058 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()
2059 trap_opcode_size = sizeof(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()