Re: svn commit: r245705 - head/gnu/usr.bin/gdb/kgdb

2013-01-21 Thread Ed Maste
On 21 January 2013 11:25, Julian Elischer wrote: > > --baud is the standard I think (from google) and kgdb seems to already > accept > > set remotebaud 9600. >From gdb(1), | -b bps Set the line speed (baud rate or bits per second) of any serial | interface used by GDB for rem

Re: svn commit: r245705 - head/gnu/usr.bin/gdb/kgdb

2013-01-21 Thread Julian Elischer
On 1/20/13 6:46 PM, Adrian Chadd wrote: Author: adrian Date: Mon Jan 21 01:46:36 2013 New Revision: 245705 URL: http://svnweb.freebsd.org/changeset/base/245705 Log: Add command-line support to kgdb to allow the baudrate to be set. This allows a remote session to be specified with '-r'

svn commit: r245705 - head/gnu/usr.bin/gdb/kgdb

2013-01-20 Thread Adrian Chadd
Author: adrian Date: Mon Jan 21 01:46:36 2013 New Revision: 245705 URL: http://svnweb.freebsd.org/changeset/base/245705 Log: Add command-line support to kgdb to allow the baudrate to be set. This allows a remote session to be specified with '-r' as well as a non-default baudrate setting u