Searched defs:g_thumb_opcode (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/Windows/ | ||
H A D | PlatformWindows.cpp | 588 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeProcessWindows.cpp | 294 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ | ||
H A D | NativeProcessFreeBSD.cpp | 433 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Plugins/Process/Linux/ | ||
H A D | NativeProcessLinux.cpp | 1623 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; GetSoftwareBreakpointTrapOpcode() local |