[Lldb-commits] [lldb] [lldb-dap] support moduleId in the stackTrace response (PR #149774)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 21 02:11:44 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/tools/lldb-dap/coreFile/TestDAP_coreFile.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDAP_coreFile.py 2025-07-21 09:09:08.000000 +0000
+++ TestDAP_coreFile.py 2025-07-21 09:11:18.976236 +0000
@@ -24,29 +24,29 @@
expected_frames = [
{
"column": 0,
"id": 524288,
"line": 4,
- "moduleId":"01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
+ "moduleId": "01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
"name": "bar",
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
"instructionPointerReference": "0x40011C",
},
{
"column": 0,
"id": 524289,
"line": 10,
- "moduleId":"01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
+ "moduleId": "01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
"name": "foo",
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
"instructionPointerReference": "0x400142",
},
{
"column": 0,
"id": 524290,
"line": 16,
- "moduleId":"01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
+ "moduleId": "01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
"name": "_start",
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
"instructionPointerReference": "0x40015F",
},
]
``````````
</details>
https://github.com/llvm/llvm-project/pull/149774
More information about the lldb-commits
mailing list