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 9ed3914 commit 27ea1b3Copy full SHA for 27ea1b3
lldb/test/API/python_api/sbsavecoreoptions/TestSBSaveCoreOptions.py
@@ -115,7 +115,7 @@ def test_get_current_size_in_bytes(self):
115
options.SetStyle(lldb.eSaveCoreCustomOnly)
116
process = self.get_basic_process()
117
memory_range = lldb.SBMemoryRegionInfo()
118
-
+
119
# Add the memory range of 0x1000-0x1100
120
process.GetMemoryRegionInfo(0x1000, memory_range)
121
options.AddMemoryRegionToSave(memory_range)
0 commit comments