cvs commit: src/gnu/usr.bin/gdb/kgdb main.c
Brooks Davis
brooks at FreeBSD.org
Fri Sep 3 00:11:43 PDT 2004
brooks 2004-09-03 07:11:42 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/kgdb main.c
Log:
If the argument to the -r flag starts with a ':' or a '|', don't try to
make sure it is a device. GDB special cases these prefixes and treats
:#### as a tcp port on localhost and executes what ever follows '|'.
This allows kgdb to debug via dconschat.
Discussed with: marcel
Revision Changes Path
1.3 +1 -1 src/gnu/usr.bin/gdb/kgdb/main.c
More information about the cvs-src
mailing list