[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 19 01:21:12 PDT 2025


================
@@ -0,0 +1,37 @@
+"""
+Test lldb-dap moduleSymbols request
+"""
+
+import lldbdap_testcase
+
+
+class TestDAP_moduleSymbols(lldbdap_testcase.DAPTestCaseBase):
+    def test_moduleSymbols(self):
+        """
+        Test that the stack frame without a module still has assembly source.
----------------
eronnen wrote:

:100: 

https://github.com/llvm/llvm-project/pull/153836


More information about the lldb-commits mailing list