Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1906 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local
1907 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1908 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1913 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local
1914 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1915 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1919 static const uint8_t g_hex_opcode[] = {0x00, 0x01}; in GetSoftwareBreakpointTrapOpcode() local
1920 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
1921 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()
1926 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()
[all …]