[Lldb-commits] [lldb] [LLDB] Fix Incorrect offset for first 64b Memory Descriptor in Minidump (+ Testing changes) (PR #146777)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 2 14:01:46 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/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump64b.py lldb/test/API/python_api/sbsavecoreoptions/TestSBSaveCoreOptions.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump64b.py 2025-07-02 20:56:41.000000 +0000
+++ functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump64b.py 2025-07-02 21:01:14.313897 +0000
@@ -12,11 +12,10 @@
# Constant from MinidumpFileBuilder.h, this forces 64b for non threads
FORCE_64B = "force_64b"
class ProcessSaveCoreMinidump64bTestCase(TestBase):
-
def verify_minidump(
self,
core_proc,
live_proc,
options,
``````````
</details>
https://github.com/llvm/llvm-project/pull/146777
More information about the lldb-commits
mailing list