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

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Thu May 1 15:52:21 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
+
+
----------------
Jlalond wrote:

There is actually `TestProcessSaveCoreMinidump` which covers these cases! I covered the new intersections cases but we have a test for invalid regions, empty regions and full ones.

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


More information about the lldb-commits mailing list