[Lldb-commits] [PATCH] D82857: [LLDB] Add per-thread register infos shared pointer in gdb-remote
Diana Picus via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 4 02:03:33 PST 2020
rovka added inline comments.
================
Comment at: lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h:29
+ DynamicRegisterInfo(DynamicRegisterInfo &) = default;
void operator=(DynamicRegisterInfo &) = delete;
----------------
I think operator= should be default too if the copy constructor is default.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82857/new/
https://reviews.llvm.org/D82857
More information about the lldb-commits
mailing list