summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2015-06-25 23:58:25 +0000
committerJason Molenda <jmolenda@apple.com>2015-06-25 23:58:25 +0000
commit16dc86d9232cc0bf67d3e311c483a1b70a71ff99 (patch)
tree9f6ad5ff8c09161913813abcefbb3118f8b328d2 /lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
parent827200c822c83e4a4aae448683d2f90cc657a0a4 (diff)
downloadbcm5719-llvm-16dc86d9232cc0bf67d3e311c483a1b70a71ff99.tar.gz
bcm5719-llvm-16dc86d9232cc0bf67d3e311c483a1b70a71ff99.zip
Re-enable 'process save-core' for arm64 targets.
Whatever problem I saw that caused me to disable this initially is not a problem today. <rdar://problem/21173317> <rdar://problem/20266253> llvm-svn: 240737
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
index 511d73d2226..015798f749b 100644
--- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
@@ -5675,11 +5675,7 @@ ObjectFileMachO::SaveCore (const lldb::ProcessSP &process_sp,
bool make_core = false;
switch (target_arch.GetMachine())
{
- // arm64 core file writing is having some problem with writing down the
- // dyld shared images info struct and/or the main executable binary. May
- // turn out to be a debugserver problem, not sure yet.
-// case llvm::Triple::aarch64:
-
+ case llvm::Triple::aarch64:
case llvm::Triple::arm:
case llvm::Triple::x86:
case llvm::Triple::x86_64:
OpenPOWER on IntegriCloud