================
@@ -86,6 +86,122 @@ const void *VirtualDataExtractor::GetData(offset_t 
*offset_ptr,
   return result;
 }
 
+offset_t VirtualDataExtractor::SetData(const void *bytes, lldb::offset_t 
length,
+                                       lldb::ByteOrder byte_order) {
+  // Invoked from the base class ctor
----------------
JDevlieghere wrote:

```suggestion
  // Invoked from the base class ctor.
```

https://github.com/llvm/llvm-project/pull/179858
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to