diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Linux')
-rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp index be3b0a981f0..c30211c886a 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp @@ -390,6 +390,7 @@ PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target, case ArchSpec::eCore_x86_32_i386: case ArchSpec::eCore_x86_64_x86_64: + case ArchSpec::eCore_x86_64_x86_64h: { static const uint8_t g_i386_breakpoint_opcode[] = { 0xCC }; trap_opcode = g_i386_breakpoint_opcode; |