[Lldb-commits] [lldb] [lldb] Updated lldb-server to spawn the child process and share socket on Windows (PR #101283)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 01:48:01 PDT 2024
DavidSpickett wrote:
What exactly does `lldb-server --server` mean? Because at least on Linux I see:
```
$ ./bin/lldb-server
Usage:
./bin/lldb-server v[ersion]
./bin/lldb-server g[dbserver] [options]
./bin/lldb-server p[latform] [options]
Invoke subcommand for additional help
```
Maybe you just have a typo or `--server` is a shortcut for one of those.
https://github.com/llvm/llvm-project/pull/101283
More information about the lldb-commits
mailing list