[Lldb-commits] [lldb] [lldb] Print mangled names with verbose break list (PR #84071)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 5 13:30:39 PST 2024
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 05390df497535b26879a7a96e03a76af26c8bcd3...0252a23a8a63acca1a51a9f838b6ace3f3b13cc1 lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestBreakpointOptions.py 2024-03-04 23:52:55.000000 +0000
+++ TestBreakpointOptions.py 2024-03-05 21:30:32.532036 +0000
@@ -91,14 +91,11 @@
)
self.expect(
"breakpoint list -v",
"Verbose breakpoint list contains mangled names",
- substrs=[
- "function = ns::func"
- "mangled function ="
- ],
+ substrs=["function = ns::func" "mangled function ="],
)
# This should create a breakpoint with 0 locations.
lldbutil.run_break_set_by_symbol(
self,
``````````
</details>
https://github.com/llvm/llvm-project/pull/84071
More information about the lldb-commits
mailing list