It would be great if we could eventually just use llvm-tblgen to generate all these register definitions.
On Fri, Nov 17, 2017 at 9:54 AM Greg Clayton via Phabricator via lldb-commits <[email protected]> wrote: > 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 >
_______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
