[Lldb-commits] [PATCH] D111142: [lldb] [ABI] Apply AugmentRegisterInfo() to RemoteRegisterInfos
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 7 06:42:20 PDT 2021
mgorny marked an inline comment as done.
mgorny added inline comments.
================
Comment at: lldb/include/lldb/Target/DynamicRegisterInfo.h:80-82
+ lldb_private::RegisterInfo *
+ GetRegisterInfo(llvm::StringRef reg_name);
+
----------------
labath wrote:
> What's up with this?
Probably leftover from the previous version. I need to double-check if no other commit requires that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111142/new/
https://reviews.llvm.org/D111142
More information about the lldb-commits
mailing list