Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp509 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local
536 return llvm::ArrayRef(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2021 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local
2022 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()
2023 trap_opcode_size = sizeof(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()