Capturing Console Output
M. Warner Losh
imp at bsdimp.com
Mon Dec 22 09:06:23 PST 2003
In message: <3FE71DA3.6020607 at bis.midco.net>
Peter Schultz <pmes at bis.midco.net> writes:
: I'm trying to capture console output on one machine by hooking it to
: another with a null-modem cable. The machines are both running the same
: version of 5.2-CURRENT.
:
: What's the simplest way to get this to work?
You don't need gdb to make this work. Just use a null modem cable and
tip or the rtty port. If you do want to use gdb because you are doing
kgdb over serial, then you need to enter ddb and say 'gdb' and then do
the remote gdb thing.
However these days I tend to use firewire for my remote debugging
needs.
Warner
More information about the freebsd-current
mailing list