Skip to content

Commit 00985d7

Browse files
committed
Add example of --remote for --help
1 parent b156294 commit 00985d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ struct Args {
9090
local: bool,
9191

9292
/// Connect to nc session
93+
///
94+
/// `mkfifo gdb_sock; cat gdb_pipe | gdb --interpreter=mi | nc -l -p 12345 > gdb_pipe`
9395
#[arg(short, long)]
9496
remote: Option<SocketAddr>,
9597
}

0 commit comments

Comments
 (0)