Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeProcessProtocol.cpp506 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local
533 return llvm::ArrayRef(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp2009 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local
2010 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()
2011 trap_opcode_size = sizeof(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()