Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp502 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
516 return llvm::makeArrayRef(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1928 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local
1929 trap_opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()
1930 trap_opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()