[Lldb-commits] [lldb] [lldb] Fix ELF core debugging (PR #117070)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 21 06:50:02 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);
- 
+
----------------
DavidSpickett wrote:

Keep formatting changes separate, push them directly if you have the rights to do so. If you have to choose between a clean commit and the formatter complaining, let it complain :)

https://github.com/llvm/llvm-project/pull/117070


More information about the lldb-commits mailing list