We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154cda1 commit 8c52ca7Copy full SHA for 8c52ca7
lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump64b.py
@@ -1,6 +1,6 @@
1
"""
2
-Test saving a minidumps with the force 64b flag, and evaluate that every
3
-saved memory region is byte-wise 1:1 with the live process.
+Test that saved memory regions is byte-wise 1:1 with the live process. Specifically
+that the memory regions that will be populated in the Memory64List are the same byte for byte.
4
5
6
import os
0 commit comments