================
@@ -212,6 +212,21 @@ This loads the coredump file `/cores/123.core` associated 
with the program
 }
 ```
 
+### Connect to a Remote Debug Server
+
+This connects to a debug server (e.g. `lldb-server`, `gdbserver`) that is
+debugging the program `/tmp/a.out` and listening locally on port `2345`.
+
+```javascript
+{
+  "name": "Remote Debug Server",
----------------
clayborg wrote:

we are specifying the name "Remote Debug Server", but below we are attaching 
locally. It might be nice to have this either save "Attach to local GDB remote 
server", or leave the name the same and then change the "gdb-remote 2345" to 
"gdb-remote other.host.com:2345"

https://github.com/llvm/llvm-project/pull/68866
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to