Lines Matching full:server
30 .TH "LLDB-SERVER" "1" "2021-06-07" "12" "LLDB"
32 lldb-server \- LLDB Documentation
35 \fBlldb\-server\fP v[ersion]
36 \fBlldb\-server\fP g[dbserver] [\fIoptions\fP]
37 \fBlldb\-server\fP p[latform] [\fIoptions\fP]
42 \fBlldb\-server\fP provides the server counterpart of the LLVM debugger.
43 The server runs and monitors the debugged program, while the user interfaces
50 The first argument to lldb\-server specifies a command to run.
54 Prints lldb\-server version and exits.
59 Runs the server using the gdb\-remote protocol. LLDB can afterwards
60 connect to the server using \fIgdb\-remote\fP command.
65 Runs the platform server. LLDB can afterwards connect to the server using
70 \fBlldb\-server\fP g[dbserver] [\fIoptions\fP] [[\fIhost\fP]:\fIport\fP] [[\-\-] \fIprogram\fP \fIa…
123 Run lldb\-server in a new session.
137 If neither of target options are used, \fBlldb\-server\fP is started
142 \fBlldb\-server\fP p[latform] [\fIoptions\fP] \-\-server \-\-listen [[\fIhost\fP]:\fIport\fP]
148 .B \-\-server
149 Run in server mode, handling multiple connections. If this is not specified,
150 lldb\-server will accept only one connection and exit when it is finished.
175 .SS GDB\-SERVER CONNECTIONS
179 Define a port to be used for gdb\-server connections. Can be specified multiple
190 Specify the range of ports that can be used for gdb\-server connections. Both
196 Add the specified offset to port numbers returned by server. This is useful
197 if the server is running behind a firewall, and a range of ports is redirected
202 The server can be started in several modes.
208 \-\-. The server will launch the new executable and stop it immediately, waiting
212 lldb\-server g :1234 /path/to/program program\-argument \-\- \-\-program\-option
219 lldb\-server g :1234 \-\- /path/to/program program\-argument \-\-program\-option
225 the server. Note that terminating the server will usually cause the process
229 lldb\-server g :1234 \-\-attach 12345
230 lldb\-server g :1234 \-\-attach program\-name
234 Use \fIgdb\-remote\fP command to connect to the server:
241 lldb\-server can also be started without an inferior. In this case, the client
242 can select the target after connecting to the server. Note that some commands
243 (e.g. \fItarget create\fP) will disconnect and launch a local lldb\-server instead.
246 lldb\-server g :1234
255 for \fBlldb\-server\fP users.