summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2014-01-22 23:42:03 +0000
committerGreg Clayton <gclayton@apple.com>2014-01-22 23:42:03 +0000
commita86dc43371fb7e6a8d5861d79f45ec1fdeb68fd1 (patch)
tree8b79d49d9798df3cc234a29b54b6d1f8aefb7ee5 /lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
parent3b2c96ee86d6a3991a5db7432c1aa18cea264da7 (diff)
downloadbcm5719-llvm-a86dc43371fb7e6a8d5861d79f45ec1fdeb68fd1.tar.gz
bcm5719-llvm-a86dc43371fb7e6a8d5861d79f45ec1fdeb68fd1.zip
Add support for Haswell on x86_64.
<rdar://problem/15312873> llvm-svn: 199854
Diffstat (limited to 'lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp')
-rw-r--r--lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
index a362ffa3c4c..888a159ff34 100644
--- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
+++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
@@ -283,6 +283,7 @@ PlatformWindows::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite
{
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_opcode[] = { 0xCC };
trap_opcode = g_i386_opcode;
OpenPOWER on IntegriCloud