[Lldb-commits] [lldb] [lldb] Support specifying a language for breakpoint conditions (PR #147603)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 8 15:05:30 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/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestBreakpointConditions.py 2025-07-08 22:01:58.000000 +0000
+++ TestBreakpointConditions.py 2025-07-08 22:05:02.802104 +0000
@@ -250,6 +250,5 @@
var = frame0.FindValue("val", lldb.eValueTypeVariableArgument)
self.assertEqual(frame0.GetLineEntry().GetLine(), self.line1)
# The hit count for the breakpoint should be 1.
self.assertEqual(breakpoint.GetHitCount(), 1)
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/147603
More information about the lldb-commits
mailing list