[Lldb-commits] [PATCH] D136578: [LLDB] [LoongArch] Add minimal LoongArch support
Lu Weining via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 25 03:14:15 PDT 2022
SixWeining added inline comments.
================
Comment at: lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.h:26
+public:
+ struct GPR {
+ uint64_t gpr[32];
----------------
Why is this structure and below `FPR` defined like this? Do you intent to keep the layout same as some structures of Linux? If yes, is it necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136578/new/
https://reviews.llvm.org/D136578
More information about the lldb-commits
mailing list