This revision was automatically updated to reflect the committed changes.
Closed by commit rGbd62c9cecf34: [lldb-vscode] remove deprecated trace option 
(authored by Walter Erquinigo <walterme...@fb.com>).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74266/new/

https://reviews.llvm.org/D74266

Files:
  lldb/tools/lldb-vscode/package.json


Index: lldb/tools/lldb-vscode/package.json
===================================================================
--- lldb/tools/lldb-vscode/package.json
+++ lldb/tools/lldb-vscode/package.json
@@ -109,11 +109,6 @@
                                                                "description": 
"Detach from the program.",
                                                                "default": false
                                                        },
-                                                       "trace": {
-                                                               "type": 
"boolean",
-                                                               "description": 
"Enable logging of the Debug Adapter Protocol.",
-                                                               "default": true
-                                                       },
                                                        "sourcePath": {
                                                                "type": 
"string",
                                                                "description": 
"Specify a source path to remap \"./\" to allow full paths to be used when 
setting breakpoints in binaries that have relative source paths."
@@ -167,11 +162,6 @@
                                                                "description": 
"If set to true, then wait for the process to launch by looking for a process 
with a basename that matches `program`. No process ID needs to be specified 
when using this flag.",
                                                                "default": true
                                                        },
-                                                       "trace": {
-                                                               "type": 
"boolean",
-                                                               "description": 
"Enable logging of the Debug Adapter Protocol.",
-                                                               "default": true
-                                                       },
                                                        "sourcePath": {
                                                                "type": 
"string",
                                                                "description": 
"Specify a source path to remap \"./\" to allow full paths to be used when 
setting breakpoints in binaries that have relative source paths."


Index: lldb/tools/lldb-vscode/package.json
===================================================================
--- lldb/tools/lldb-vscode/package.json
+++ lldb/tools/lldb-vscode/package.json
@@ -109,11 +109,6 @@
 								"description": "Detach from the program.",
 								"default": false
 							},
-							"trace": {
-								"type": "boolean",
-								"description": "Enable logging of the Debug Adapter Protocol.",
-								"default": true
-							},
 							"sourcePath": {
 								"type": "string",
 								"description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths."
@@ -167,11 +162,6 @@
 								"description": "If set to true, then wait for the process to launch by looking for a process with a basename that matches `program`. No process ID needs to be specified when using this flag.",
 								"default": true
 							},
-							"trace": {
-								"type": "boolean",
-								"description": "Enable logging of the Debug Adapter Protocol.",
-								"default": true
-							},
 							"sourcePath": {
 								"type": "string",
 								"description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths."
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to