[Lldb-commits] [lldb] [lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (PR #112296)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 03:17:47 PDT 2024
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 7215d5068d96255d487c06d67ae60ba0c04dd08a...2cce5e77082965f6ef2ab71cfd3aea7d45e953b7 lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestLinuxCore.py 2024-10-17 09:49:05.000000 +0000
+++ TestLinuxCore.py 2024-10-17 10:17:17.637355 +0000
@@ -943,11 +943,10 @@
substrs=["{} = {}".format(regname, value)],
)
self.expect("register read --all")
-
def test_get_core_file_api(self):
"""
Test SBProcess::GetCoreFile() API can successfully get the core file.
"""
core_file_name = "linux-x86_64.core"
``````````
</details>
https://github.com/llvm/llvm-project/pull/112296
More information about the lldb-commits
mailing list