. . .nr rst2man-indent-level 0 . \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .rstReportMargin pre:
. RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .rstReportMargin post:
.. . RE indent \\n[an-margin]
old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1 new: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
lldb-server v[ersion] lldb-server g[dbserver] [options] lldb-server p[latform] [options]
v[ersion] Prints lldb-server version and exits. NINDENT NDENT 0.0
g[dbserver] Runs the server using the gdb-remote protocol. LLDB can afterwards connect to the server using gdb-remote command. NINDENT NDENT 0.0
p[latform] Runs the platform server. LLDB can afterwards connect to the server using platform select, followed by platform connect. NINDENT
lldb-server g[dbserver] [options] [[host]:port] [[--] program args...]
host:port Specifies the hostname and TCP port to listen on. Obligatory unless another listening option is used. If host is empty, localhost will be used. If port is zero, a random port will be selected, and written as specified by --pipe or --named-pipe options. NINDENT NDENT 0.0
--fd <fd> Communicate over the given file descriptor instead of sockets. NINDENT NDENT 0.0
--named-pipe <name> Write the listening port number to the specified named pipe. NINDENT NDENT 0.0
--pipe <fd> Write the listening port number to the specified pipe (fd). NINDENT NDENT 0.0
--reverse-connect Connect to the client instead of passively waiting for a connection. In this case, [host]:port denotes the remote address to connect to. NINDENT
--help Prints out the usage information and exits. NINDENT NDENT 0.0
--log-channels <channel1 categories...:channel2 categories...> Channels to log. A colon-separated list of entries. Each entry starts with a channel followed by a space-separated list of categories. NINDENT NDENT 0.0
--log-file <file> Destination file to log to. If empty, log to stderr. NINDENT NDENT 0.0
--setsid Run lldb-server in a new session. NINDENT
--attach <pid-or-name> Attach to the process given by a (numeric) process id or a name. NINDENT NDENT 0.0
-- program args Launch a program for debugging. NINDENT If neither of target options are used, lldb-server is started without a specific target. It can be afterwards instructed by the client to launch or attach.
lldb-server p[latform] [options] --server --listen [[host]:port]
--server Run in server mode, handling multiple connections. If this is not specified, lldb-server will accept only one connection and exit when it is finished. NINDENT NDENT 0.0
--listen <host>:<port> Hostname and port to listen on. Obligatory. If port is zero, a random port will be used. NINDENT NDENT 0.0
--socket-file <path> Write the listening socket port number to the specified file. NINDENT
--log-channels <channel1 categories...:channel2 categories...> Channels to log. A colon-separated list of entries. Each entry starts with a channel followed by a space-separated list of categories. NINDENT NDENT 0.0
--log-file <file> Destination file to log to. If empty, log to stderr. NINDENT
--gdbserver-port <port> Define a port to be used for gdb-server connections. Can be specified multiple times to allow multiple ports. Has no effect if --min-gdbserver-port and --max-gdbserver-port are specified. NINDENT NDENT 0.0
--min-gdbserver-port <port> NINDENT NDENT 0.0
--max-gdbserver-port <port> Specify the range of ports that can be used for gdb-server connections. Both options need to be specified simultaneously. Overrides --gdbserver-port. NINDENT NDENT 0.0
--port-offset <offset> Add the specified offset to port numbers returned by server. This is useful if the server is running behind a firewall, and a range of ports is redirected to it with an offset. NINDENT
.