[Lldb-commits] [lldb] [lldb] Expose discontinuous functions through SBFunction::GetRanges (PR #117532)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 25 01:16:22 PST 2024


================
@@ -24,9 +24,8 @@ class AddressRangeListImpl {
 public:
   AddressRangeListImpl();
 
-  AddressRangeListImpl(const AddressRangeListImpl &rhs) = default;
----------------
labath wrote:

I've deleted this because of a combination of a default copy constructor and a non-default assignment operator is very unusual (and it makes the move operations unavailable).

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


More information about the lldb-commits mailing list