[Lldb-commits] [lldb] [lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (PR #155939)

via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 28 16:15:15 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 origin/main...HEAD lldb/test/API/python_api/basename/TestGetBaseName.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestGetBaseName.py	2025-08-28 23:11:46.000000 +0000
+++ TestGetBaseName.py	2025-08-28 23:14:49.906642 +0000
@@ -7,11 +7,10 @@
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
 
 class GetBaseNameTestCase(TestBase):
-
     NO_DEBUG_INFO_TESTCASE = True
 
     def setUp(self):
         # Call super's setUp().
         TestBase.setUp(self)

``````````

</details>


https://github.com/llvm/llvm-project/pull/155939


More information about the lldb-commits mailing list