File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
lldb/test/Shell/lldb-server Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ LOGFILE_MISSING: error: --log-file: missing argument
2222RUN: %platformserver --log-channels 2>&1 | FileCheck --check-prefixes=LOGCHANNELS_MISSING,ALL %s
2323LOGCHANNELS_MISSING: error: --log-channels: missing argument
2424
25- ALL: Use 'lldb-server{{(\.exe)?}} {{p|platform}} --help' for a complete list of options.
25+ ALL: Use 'lldb-server {{p|platform}} --help' for a complete list of options.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ RUN: %lldb-server p -h 2>&1 | FileCheck %s
55RUN: %lldb-server platform --help 2>&1 | FileCheck %s
66RUN: %lldb-server platform -h 2>&1 | FileCheck %s
77
8- CHECK: OVERVIEW: lldb-server{{(\.exe)?}} platform
8+ CHECK: OVERVIEW: lldb-server platform
99
10- CHECK: USAGE: lldb-server{{(\.exe)?}} {{p|platform}} [options] --listen <[host]:port> {{\[}}[--] program args...]
10+ CHECK: USAGE: lldb-server {{p|platform}} [options] --listen <[host]:port> {{\[}}[--] program args...]
1111
1212CHECK: CONNECTION OPTIONS:
1313CHECK: --gdbserver-port <port>
@@ -33,8 +33,8 @@ CHECK: Acts as a platform server for remote debugging
3333
3434CHECK: EXAMPLES
3535CHECK: # Listen on port 1234, exit after first connection
36- CHECK: lldb-server{{(\.exe)?}} platform --listen tcp://0.0.0.0:1234
36+ CHECK: lldb-server platform --listen tcp://0.0.0.0:1234
3737CHECK: # Listen on port 5555, accept multiple connections
38- CHECK: lldb-server{{(\.exe)?}} platform --server --listen tcp://localhost:5555
38+ CHECK: lldb-server platform --server --listen tcp://localhost:5555
3939CHECK: # Listen on Unix domain socket
40- CHECK: lldb-server{{(\.exe)?}} platform --listen unix:///tmp/lldb-server.sock
40+ CHECK: lldb-server platform --listen unix:///tmp/lldb-server.sock
You can’t perform that action at this time.
0 commit comments