================ @@ -470,6 +471,27 @@ def save_core_with_region(self, process, region_index): if os.path.isfile(custom_file): os.unlink(custom_file) + def save_core_one_thread_one_heap(self, process, region_index): ---------------- jeffreytan81 wrote:
Who is invoking this method? Is `region_index` used? https://github.com/llvm/llvm-project/pull/111601 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits