Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp503 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
522 return llvm::ArrayRef(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2089 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
2090 trap_opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()
2091 trap_opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()