Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp643 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
683 opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()
684 opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp522 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
534 return llvm::makeArrayRef(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1945 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
1946 trap_opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()
1947 trap_opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()