[Lldb-commits] [lldb] [lldb] Fix ELF core debugging (PR #117070)
Kazuki Sakamoto via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 06:53:58 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);
-
+
----------------
splhack wrote:
This pull request will be rebased onto #117028 once it landed onto main, which will do clang-format.
https://github.com/llvm/llvm-project/pull/117070
More information about the lldb-commits
mailing list