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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 17 09:57:11 PST 2017


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 <lldb-commits at lists.llvm.org> 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
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171117/376e17fc/attachment.html>


More information about the lldb-commits mailing list