mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Revert "[lldb] Add minidump save-core functionality to ELF object files"
This reverts commit aafa05e03d.
Broke builder on aarch64 --
https://lab.llvm.org/buildbot/#/builders/96/builds/10926
This commit is contained in:
@@ -1228,8 +1228,7 @@ lldb::SBError SBProcess::SaveCore(const char *file_name) {
|
||||
|
||||
FileSpec core_file(file_name);
|
||||
SaveCoreStyle core_style = SaveCoreStyle::eSaveCoreFull;
|
||||
error.ref() =
|
||||
PluginManager::SaveCore(process_sp, core_file, core_style, ConstString());
|
||||
error.ref() = PluginManager::SaveCore(process_sp, core_file, core_style);
|
||||
return LLDB_RECORD_RESULT(error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user