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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits