[Lldb-commits] [PATCH] D60034: [lldb] [Process/elf-core] Support aarch64 NetBSD core dumps

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 31 05:09:20 PDT 2019


krytarowski accepted this revision.
krytarowski added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp:657
       } break;
+      case llvm::Triple::aarch64: {
+        // Assume order PT_GETREGS, PT_GETFPREGS
----------------
I would move it above x86_64 for sorting reasons.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60034/new/

https://reviews.llvm.org/D60034





More information about the lldb-commits mailing list