On Tue, Mar 13, 2007 at 10:57:02AM -0700, Wessel, Jason wrote: > 1) Sharing console between KGDB and the console > for a system that has only 1 rs232 port > - I have found I could not live without this feature > debugging ATCA cards.
This is fairly easy, it's a matter of (a) not unregistering the serial port from the main 8250 driver and then (b) using a demux on the host side (I've posted the one I wrote a while ago, based on the one from Jun Sun and Brian Moyle). -- Tom Rini ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
