================
@@ -240,6 +240,16 @@
                                                        "timeout": {
                                                                "type": 
"string",
                                                                "description": 
"The time in seconds to wait for a program to stop at entry point when 
launching with \"launchCommands\". Defaults to 30 seconds."
+                                                       },
+                                                       "descriptiveSummaries": 
{
+                                                               "type": 
"boolean",
+                                                               "description": 
"Show more descriptive variable summaries at the cost of performance.",
+                                                               "default": false
+                                                       },
+                                                       
"rawChildForSynthetics": {
+                                                               "type": 
"boolean",
+                                                               "description": 
"Show an additional child for synthetic variables with its raw information.",
----------------
clayborg wrote:

Maybe "If a variable is displayed using a synthetic children, also display the 
actual contents of the variable at the end under a [raw] entry. This is useful 
when creating sythetic child plug-ins as it lets you see the actual contents of 
the variable."

https://github.com/llvm/llvm-project/pull/65687
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to