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
This commit is contained in:
Jason Molenda 2015-06-25 23:58:25 +00:00
parent 827200c822
commit 16dc86d923
1 changed files with 1 additions and 5 deletions

View File

@ -5675,11 +5675,7 @@ ObjectFileMachO::SaveCore (const lldb::ProcessSP &process_sp,
bool make_core = false; bool make_core = false;
switch (target_arch.GetMachine()) switch (target_arch.GetMachine())
{ {
// arm64 core file writing is having some problem with writing down the case llvm::Triple::aarch64:
// 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::arm: case llvm::Triple::arm:
case llvm::Triple::x86: case llvm::Triple::x86:
case llvm::Triple::x86_64: case llvm::Triple::x86_64: