[Lldb-commits] [lldb] [lldb-dap] Emit declarations along with variables (PR #74865)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 8 16:04:22 PST 2023


================
@@ -1101,6 +1101,29 @@ std::string CreateUniqueVariableNameForDisplay(lldb::SBValue v,
 //                       can use this optional information to present the
 //                       children in a paged UI and fetch them in chunks."
 //     }
+//     "declaration": {
+//       "type": "object | undefined",
----------------
bulbazord wrote:

What is "type"? I also don't see you setting it in the diff below this one.

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


More information about the lldb-commits mailing list