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 <walterme...@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.",


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.",
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to