[Lldb-commits] [lldb] [LLDB][SBSaveCore] Sbsavecore subregions bug (PR #138206)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Thu May 1 15:35:34 PDT 2025


================
@@ -0,0 +1,142 @@
+"""
+Test saving a mini dump, from yamilized examples.
+"""
+
+import os
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
----------------
dmpots wrote:

Maybe we should test some degenerate cases like empty ranges and ranges that span exactly the full memory region?

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


More information about the lldb-commits mailing list