[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add Extension to Save a thread and N pointers dead (PR #111601)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 16:20:27 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list