diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-14 23:28:59 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-14 23:28:59 +0200 |
commit | 0a7e9ba1f567da92a4de50232e77dda924a9b7b8 (patch) | |
tree | af16e82f08eb21ac23cace65e6d8c8643eafc74d /sys/man/4 | |
parent | c198a557d9daf28f6b69f818ad570f88c78d7693 (diff) |
rdbfs: add -s srvname (from charles forsyth's rdbfs-srvname patch)
Add a -s srvname option to rdbfs, allowing debugging sessions to be shared
or later reattached after disconnection.
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/rdbfs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/man/4/rdbfs b/sys/man/4/rdbfs index b0fa61ca0..2025b9d9a 100644 --- a/sys/man/4/rdbfs +++ b/sys/man/4/rdbfs @@ -11,6 +11,10 @@ rdbfs \- remote kernel debugging file system .I pid ] [ +.B -s +.I srvname +] +[ .B -t .I text ] @@ -28,6 +32,15 @@ a kernel over the serial line .I device (default .BR /dev/eia0 ). +If the +.B -s +option is given, +.I rdbfs +will post its channel in +.BI /srv/ srvname +(see +.IR srv (3)), +allowing the session to be shared or reattached later. .PP The .B text |