[Lldb-commits] [lldb] [DRAFT] Add support for inline DWARF source files. (PR #75880)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 18 17:05:26 PST 2023
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 5f423b7d1cb3474168d79827d2305b137be7160b...638bd4e7e939ef28bf23ae2cfd1723797040b0a5 lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestInlineSourceFiles.py 2023-12-19 01:01:49.000000 +0000
+++ TestInlineSourceFiles.py 2023-12-19 01:05:18.585600 +0000
@@ -9,9 +9,8 @@
@skipIf(compiler="gcc")
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
def test(self):
"""Test DWARF inline source files."""
self.build()
- #target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
+ # target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
# self, 'break here', lldb.SBFileSpec('inlined.c'))
- target, process, thread, bkpt = lldbutil.run_to_name_breakpoint(
- self, 'f')
+ target, process, thread, bkpt = lldbutil.run_to_name_breakpoint(self, "f")
``````````
</details>
https://github.com/llvm/llvm-project/pull/75880
More information about the lldb-commits
mailing list