Skip to content

Commit bd0674e

Browse files
Integrate from LLVM at llvm/llvm-project@fb94261
1 parent ec75653 commit bd0674e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,10 @@
778778
"description": "Custom commands that are executed instead of attaching to a process ID or to a process by name. These commands may optionally create a new target and must perform an attach. A valid process must exist after these commands complete or the \"attach\" will fail.",
779779
"default": []
780780
},
781+
"targetId": {
782+
"type": "number",
783+
"description": "The globally unique target id to attach to. Used when a target is dynamically created."
784+
},
781785
"initCommands": {
782786
"type": "array",
783787
"items": {

0 commit comments

Comments
 (0)