[Lldb-commits] [PATCH] D74266: [lldb-vscode] remove deprecated trace option
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 16:32:09 PST 2020
wallace created this revision.
wallace added a reviewer: clayborg.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This option is not used anymore and has been replaced by the env var LLDBVSCODE_LOG.
Repository:
rG LLVM Github Monorepo
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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74266.243316.patch
Type: text/x-patch
Size: 1304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200208/7c1d8de3/attachment.bin>
More information about the lldb-commits
mailing list