[Lldb-commits] [lldb] [lldb][NFC] Add some override methods to VirtualDataExtractor (PR #179858)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 5 01:12:58 PST 2026


================
@@ -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


More information about the lldb-commits mailing list