[Lldb-commits] [PATCH] D76529: [lldb-vscode] Add missing launchCommands entry in the package.json

Phabricator via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 20 19:00:08 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa8c22ba41629: [lldb-vscode] Add missing launchCommands entry in the package.json (authored by Walter Erquinigo <waltermelon at fb.com>).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76529

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
@@ -140,6 +140,11 @@
 									"description": "Commands executed just before the program is launched.",
 									"default": []
 							},
+							"launchCommands": {
+									"type": "array",
+									"description": "Commands that create a custom target instead of using lldb-vscode's default target creation.",
+									"default": []
+							},
 							"stopCommands": {
 									"type": "array",
 									"description": "Commands executed each time the program stops.",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76529.251817.patch
Type: text/x-patch
Size: 669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200321/a34213a5/attachment.bin>


More information about the lldb-commits mailing list