[Lldb-commits] [PATCH] D40133: elf-core: Convert remaining register context to use register set maps

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 17 09:54:15 PST 2017


clayborg added inline comments.


================
Comment at: source/Plugins/Process/elf-core/elf-core-enums.h:58
 
+enum class CoreRegset : uint8_t { GPR, FPR, PPC_VMX, PPC_VSX };
+
----------------
Seems weird to have PPC_VMX and PPC_VSX define in a CoreRegSet? Do these need to be specific for each arch? Why is everyone trying to use these? 




https://reviews.llvm.org/D40133





More information about the lldb-commits mailing list