[lldb] [llvm] [lldb][FreeBSD][AArch64] Enable register field detection (PR #85058)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 03:02:06 PDT 2024


================
@@ -18,9 +18,9 @@ namespace lldb_private {
 struct RegisterInfo;
 
 /// This class manages the storage and detection of register field information
-/// for Arm64 Linux registers. The same register may have different fields on
-/// different CPUs. This class abstracts out the field detection process so we
-/// can use it on live processes and core files.
+/// for Arm64 Linux and FreeBSD registers. The same register may have different
----------------
DavidSpickett wrote:

Done.

To make this completely generic it'll need to switch to using some sort of llvm feature bitset type, but that will be pretty evident to whomever does the work, regardless of the content of the comments.

https://github.com/llvm/llvm-project/pull/85058


More information about the llvm-commits mailing list