[Lldb-commits] [lldb] [lldb][AArch64][Linux] Add Floating Point Mode Register (PR #106695)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 02:27:05 PDT 2024
DavidSpickett wrote:
> There will be more features in future meaning more read/ write routines doing almost similar stuff.
IMO We may later consider refactoring the code to provide a top level interface for feature registers read and write.
Yes I would like a "data driven" model for it. I got caught out because I forgot to clear one of the "is valid" bools, which is time not well spent.
I'll certainly look into that. Depending on how long Guarded Control Stack takes to land in the kernel, it may be before or after that work.
https://github.com/llvm/llvm-project/pull/106695
More information about the lldb-commits
mailing list