[Lldb-commits] [lldb] Add a new SBProcess:: GetCoreFile() API (PR #80767)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 5 16:16:53 PST 2024
================
@@ -224,7 +224,7 @@ Status ProcessElfCore::DoLoadCore() {
ArchSpec core_arch(m_core_module_sp->GetArchitecture());
target_arch.MergeFrom(core_arch);
GetTarget().SetArchitecture(target_arch);
-
+
----------------
clayborg wrote:
revert whitespace only change
https://github.com/llvm/llvm-project/pull/80767
More information about the lldb-commits
mailing list