kgdboe docs clarification

From: Matt Mackall
Date: Tue Sep 23 2003 - 15:52:56 EST


Make kgdboe docs somewhat clearer

l-mpm/Documentation/i386/kgdb/kgdbeth.txt | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletion(-)

diff -puN Documentation/i386/kgdb/kgdbeth.txt~kgdboe-docs Documentation/i386/kgdb/kgdbeth.txt
--- l/Documentation/i386/kgdb/kgdbeth.txt~kgdboe-docs 2003-09-23 15:01:49.000000000 -0500
+++ l-mpm/Documentation/i386/kgdb/kgdbeth.txt 2003-09-23 15:01:49.000000000 -0500
@@ -47,8 +47,17 @@ You need to use the following command-li

examples:

- kgdboe=7000@xxxxxxxxxxx/wlan0,7001@xxxxxxxxxxx/00:05:3C:04:47:5D
+ kgdboe=7000@xxxxxxxxxxx/eth1,7001@xxxxxxxxxxx/00:05:3C:04:47:5D
+ this machine is 192.168.0.1 on eth1
+ remote machine is 192.168.0.2 with MAC address 00:05:3C:04:47:5D
+ listen for gdb packets on port 7000
+ send unsolicited gdb packets to port 7001
+
kgdboe=@xxxxxxxxxxx/,@192.168.0.2/
+ this machine is 192.168.0.1 on default interface eth0
+ remote machine is 192.168.0.2, use default broadcast MAC address
+ listen for gdb packets on default port 6443
+ send unsolicited gdb packets to port 6442

Only packets originating from the configured HOST IP address will be
accepted by the debugger.

_


--
Matt Mackall : http://www.selenic.com : of or relating to the moon
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/