[Lldb-commits] [lldb] [LLDB][SBSaveCoreOptions] Add new API to expose the expected core size in bytes (PR #138169)
via lldb-commits
lldb-commits at lists.llvm.org
Thu May 1 10:19:51 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r HEAD~1...HEAD lldb/test/API/python_api/sbsavecoreoptions/TestSBSaveCoreOptions.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestSBSaveCoreOptions.py 2025-05-01 17:17:00.000000 +0000
+++ TestSBSaveCoreOptions.py 2025-05-01 17:19:15.050617 +0000
@@ -105,11 +105,11 @@
self.assertEqual(thread_collection.GetSize(), 3)
self.assertIn(middle_thread, thread_collection)
def test_get_total_in_bytes(self):
"""
- Tests that get total in bytes properly returns an error without a process,
+ Tests that get total in bytes properly returns an error without a process,
and the readable regions with a process.
"""
options = lldb.SBSaveCoreOptions()
options.SetStyle(lldb.eSaveCoreCustomOnly)
``````````
</details>
https://github.com/llvm/llvm-project/pull/138169
More information about the lldb-commits
mailing list