[Lldb-commits] [lldb] [lldb-dap] Provide `declarationLocation` for variables (PR #102928)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 21 18:19:08 PDT 2024
================
@@ -0,0 +1,40 @@
+"""
+Test lldb-dap locations request
+"""
+
+
+import dap_server
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+import lldbdap_testcase
+import os
+
+
+class TestDAP_locations(lldbdap_testcase.DAPTestCaseBase):
+ @skipIfWindows
----------------
vogelsgesang wrote:
copy-paste error :/
https://github.com/llvm/llvm-project/pull/102928
More information about the lldb-commits
mailing list