[Lldb-commits] [lldb] [lldb-dap] Emit more structured info along with variables (PR #75244)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 13 07:55:00 PST 2023
================
@@ -1103,28 +1116,52 @@ std::string CreateUniqueVariableNameForDisplay(lldb::SBValue v,
// can use this optional information to present the
// children in a paged UI and fetch them in chunks."
// }
+//
+//
+// // Unofficial extensions to the protocol:
+//
----------------
walter-erquinigo wrote:
Good call!
https://github.com/llvm/llvm-project/pull/75244
More information about the lldb-commits
mailing list