Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp585 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe in GetSoftwareBreakpointTrapOpcode() local
586 trap_opcode = g_thumb_opcode; in GetSoftwareBreakpointTrapOpcode()
587 trap_opcode_size = sizeof(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp294 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe in GetSoftwareBreakpointTrapOpcode() local
302 return llvm::makeArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp414 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
420 return llvm::makeArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1509 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
1515 return llvm::makeArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()