================ @@ -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." + }, ---------------- clayborg wrote:
Do we want to label this `"gdb-remote-port"` instead of `"port"`? I don't think we have any other process plug-ins that support connecting via a port, so it migth be nice to let people know what this is for? https://github.com/llvm/llvm-project/pull/91570 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits