[Lldb-commits] [lldb] [lldb-dap] Added "port" property to vscode "attach" command. (PR #91570)
Santhosh Kumar Ellendula via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 4 11:24:10 PDT 2024
================
@@ -348,6 +348,17 @@
"type": "string",
"description": "The time in seconds to wait for a program to stop when attaching using \"attachCommands\". Defaults to 30 seconds."
},
+ "port": {
+ "type": [
+ "number",
+ "string"
+ ],
+ "description": "TCP/IP port to attach to. Specifying both pid and port is an error."
+ },
----------------
santhoshe447 wrote:
Renamed "port" and "hostname" to "gdb-remote-port" and "gdb-remote-hostname"
https://github.com/llvm/llvm-project/pull/91570
More information about the lldb-commits
mailing list