[Lldb-commits] [PATCH] D90034: [lldb] [Process/NetBSD] Use XStateRegSet for all FPU registers
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 26 10:36:29 PDT 2020
labath added a comment.
In D90034#2353873 <https://reviews.llvm.org/D90034#2353873>, @mgorny wrote:
> I wonder if 'register sets' shouldn't become shared LLVM concept rather than per-plugin.
I'm totally down with that. In fact there's been some movement on that front recently, with the introduction of `RegisterInfoAndSetInterface` class (currently only used for arm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90034/new/
https://reviews.llvm.org/D90034
More information about the lldb-commits
mailing list