[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 15 16:42:14 PDT 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 ae059a1f9f1e501b08a99cb636ec0869ec204c6f...6289b797e6699c356c03caf32a4b74a5e2ee3278 lldb/test/API/lang/cpp/std-function-recognizer/TestStdFunctionRecognizer.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestStdFunctionRecognizer.py 2024-08-15 23:30:40.000000 +0000
+++ TestStdFunctionRecognizer.py 2024-08-15 23:41:48.357694 +0000
@@ -37,11 +37,11 @@
self.expect(
"thread backtrace --filtered false",
matching=False,
patterns=["frames.*hidden"],
)
-
+
@add_test_categories(["libc++"])
def test_up_down(self):
"""Test that std::function implementation details are skipped"""
self.build()
(target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(
``````````
</details>
https://github.com/llvm/llvm-project/pull/104523
More information about the lldb-commits
mailing list