Re: Debugging FreeBSD 4.7 using gdb remote machine

2003-03-31 Thread Daniel O'Connor
On Tue, 1 Apr 2003 16:04, Manish Sapariya wrote: > >I have had trouble doing anything above 9600 baud which is quite > > irritating > > > >:( > > Actually I am running with 9600 baud only. > Would it help if I further reduce baud? > Anyway, I shall run it with still lower baud and check. Hmm, wort

Re: Debugging FreeBSD 4.7 using gdb remote machine

2003-03-31 Thread Manish Sapariya
Hi, I would try reducing your serial port speed. I have had trouble doing anything above 9600 baud which is quite irritating :( Actually I am running with 9600 baud only. Would it help if I further reduce baud? Anyway, I shall run it with still lower baud and check. Thanks and Regards, Manis

Re: Debugging FreeBSD 4.7 using gdb remote machine

2003-03-31 Thread Daniel O'Connor
On Mon, 31 Mar 2003 21:02, Manish Sapariya wrote: > Only once I was ablt to debug successfully. > In my VMWARE setup also I can do the debugging without > any problem. > > I even faced the same problem with different set of machines. > > Is there anything that I am missing in configuration or gdb s

Debugging FreeBSD 4.7 using gdb remote machine

2003-03-31 Thread Manish Sapariya
Hi all, I am trying to debug the FreeBSD 4.7 kernel using gdb remote debugging. However I am not able to do it properly. The kernel breaks in properly when I run "target remote /dev/cuaa1" command on my developement machine. However when I try to "step, next, continue" in the code it simply hangs,