[Lldb-commits] [lldb] [lldb-dap] Support StackFrameFormat (PR #137113)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 24 09:48:12 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/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py lldb/test/API/tools/lldb-dap/extendedStackTrace/TestDAP_extendedStackTrace.py lldb/test/API/tools/lldb-dap/stackTrace/TestDAP_stackTrace.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- test/API/tools/lldb-dap/extendedStackTrace/TestDAP_extendedStackTrace.py 2025-04-24 16:45:18.000000 +0000
+++ test/API/tools/lldb-dap/extendedStackTrace/TestDAP_extendedStackTrace.py 2025-04-24 16:47:38.954619 +0000
@@ -9,11 +9,10 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test.lldbplatformutil import *
class TestDAP_extendedStackTrace(lldbdap_testcase.DAPTestCaseBase):
-
def build_and_run(self, displayExtendedBacktrace=True):
backtrace_recording_lib = findBacktraceRecordingDylib()
if not backtrace_recording_lib:
self.skipTest(
"Skipped because libBacktraceRecording.dylib was present on the system."
``````````
</details>
https://github.com/llvm/llvm-project/pull/137113
More information about the lldb-commits
mailing list