================ @@ -0,0 +1,67 @@ +""" +Test lldb-dap stackTrace request for compiler generated code +""" + +import os + +import lldbdap_testcase +from lldbsuite.test.decorators import * +from lldbsuite.test.lldbtest import * + + +class TestDAP_stackTraceCompilerGeneratedCode(lldbdap_testcase.DAPTestCaseBase): + @skipIfWindows ---------------- da-viper wrote:
```suggestion ``` No reason to skip window as it is not platform specific https://github.com/llvm/llvm-project/pull/165944 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
