Searched defs:g_hex_opcode (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1850 static const uint8_t g_hex_opcode[] = { 0xff, 0x7f }; in GetSoftwareBreakpointTrapOpcode() local 1882 static const uint8_t g_hex_opcode[] = {0x98, 0x95}; in GetSoftwareBreakpointTrapOpcode() local 1889 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local 1896 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local 1902 static const uint8_t g_hex_opcode[] = {0x00, 0x01}; in GetSoftwareBreakpointTrapOpcode() local 1908 static const uint8_t g_hex_opcode[] = {0x0c, 0xdb, 0x00, 0x54}; in GetSoftwareBreakpointTrapOpcode() local
|