Re: Set the baud rate on remote debugging

1999-11-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Doug Rabson writes: : I've always used 57600 and it seems to work fine... On some carefully hand picked machines, I run at 115200 w/o problems... Don't try this if your mcahines don't have good UARTs and can service the interrupts fast enough... Warner To Unsub

Re: Set the baud rate on remote debugging

1999-11-17 Thread Greg Lehey
On Wednesday, 17 November 1999 at 21:10:58 +, Doug Rabson wrote: > On Tue, 16 Nov 1999, Greg Lehey wrote: > >> On Monday, 15 November 1999 at 16:46:50 -0500, Zhihui Zhang wrote: >>> >>> On Mon, 15 Nov 1999, Greg Lehey wrote: >>> On Monday, 15 November 1999 at 15:13:53 -0700, Kenneth D. Me

Re: Set the baud rate on remote debugging

1999-11-17 Thread Doug Rabson
On Tue, 16 Nov 1999, Greg Lehey wrote: > On Monday, 15 November 1999 at 16:46:50 -0500, Zhihui Zhang wrote: > > > > On Mon, 15 Nov 1999, Greg Lehey wrote: > > > >> On Monday, 15 November 1999 at 15:13:53 -0700, Kenneth D. Merry wrote: > >>> Zhihui Zhang wrote... > > I have set up a remo

Re: Set the baud rate on remote debugging

1999-11-17 Thread Nick Hibma
> db> gdb 19200 > Next trap will enter GDB remote protocol mode at 19200 bps > > Comments? Yes: Please do. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Set the baud rate on remote debugging

1999-11-17 Thread Greg Lehey
On Monday, 15 November 1999 at 16:46:50 -0500, Zhihui Zhang wrote: > > On Mon, 15 Nov 1999, Greg Lehey wrote: > >> On Monday, 15 November 1999 at 15:13:53 -0700, Kenneth D. Merry wrote: >>> Zhihui Zhang wrote... I have set up a remote debugging environment. But I think default 9600

Re: Set the baud rate on remote debugging

1999-11-15 Thread Kenneth D. Merry
Greg Lehey wrote... > On Monday, 15 November 1999 at 15:13:53 -0700, Kenneth D. Merry wrote: > > Zhihui Zhang wrote... > >> > >> I have set up a remote debugging environment. But I think default 9600 > >> bps is slow. I can use "set remotebaud 19200" on the debugging machine > >> side. How can I

Re: Set the baud rate on remote debugging

1999-11-15 Thread Zhihui Zhang
On Mon, 15 Nov 1999, Greg Lehey wrote: > On Monday, 15 November 1999 at 15:13:53 -0700, Kenneth D. Merry wrote: > > Zhihui Zhang wrote... > >> > >> I have set up a remote debugging environment. But I think default 9600 > >> bps is slow. I can use "set remotebaud 19200" on the debugging machine

Re: Set the baud rate on remote debugging

1999-11-15 Thread Greg Lehey
On Monday, 15 November 1999 at 15:13:53 -0700, Kenneth D. Merry wrote: > Zhihui Zhang wrote... >> >> I have set up a remote debugging environment. But I think default 9600 >> bps is slow. I can use "set remotebaud 19200" on the debugging machine >> side. How can I set the baud rate on the target

Re: Set the baud rate on remote debugging

1999-11-15 Thread Kenneth D. Merry
Zhihui Zhang wrote... > > I have set up a remote debugging environment. But I think default 9600 > bps is slow. I can use "set remotebaud 19200" on the debugging machine > side. How can I set the baud rate on the target machine that is running > the debugged kernel? (I press CTRL+ESC+ALT to dr