[Lldb-commits] [lldb] [lldb] Fix SBThread::StepOverUntil for discontinuous functions (PR #123046)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 15 03:54:12 PST 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 7201cae106260aeb3e9bbbb7d5291ff30f05076a...74d436310319d17cb43ba598836b70a92c827111 lldb/test/API/functionalities/thread/step_until/TestStepUntilAPI.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestStepUntilAPI.py 2025-01-15 11:48:41.000000 +0000
+++ TestStepUntilAPI.py 2025-01-15 11:53:45.481548 +0000
@@ -3,11 +3,10 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class StepUntilTestCase(TestBase):
-
NO_DEBUG_INFO_TESTCASE = True
def setUp(self):
super().setUp()
``````````
</details>
https://github.com/llvm/llvm-project/pull/123046
More information about the lldb-commits
mailing list