[Lldb-commits] [lldb] [lldb-dap] Improve support for variables with anonymous fields and types (PR #186482)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 16 12:58:12 PDT 2026


================
@@ -11,6 +11,8 @@ int g_global = 123;
 static int s_global = 234;
 int test_indexedVariables();
 int test_return_variable();
+int test_anonymous_types();
+int test_anonymous_fields();
----------------
ashgti wrote:

<img width="1000" height="273" alt="Screenshot 2026-03-16 at 12 54 58 PM" src="https://github.com/user-attachments/assets/9289484d-be2c-4617-b5df-56b1b5b92a6d" />


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


More information about the lldb-commits mailing list