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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 28 16:00:38 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
----------------
bulbazord wrote:

Suggestion: Remove the mention of Linux and FreeBSD. If this class is used for more platforms without updating this comment, the comment will be wrong.

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


More information about the lldb-commits mailing list