[Lldb-commits] [lldb] [LLDB][Minidump] Have Minidumps save off and properly read TLS data (PR #109477)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 02:42:46 PDT 2024


================
@@ -337,6 +338,17 @@ class DynamicLoader : public PluginInterface {
     return std::nullopt;
   }
 
+  /// Returns a list of memory ranges that should be saved in the core file,
+  /// specific for this dßynamic loader.
----------------
labath wrote:

```suggestion
  /// specific for this dynamic loader.
```

:de: 

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


More information about the lldb-commits mailing list