Re: kgdb error: Ignoring packet error, continuing....

2008-07-07 Thread Riaan Kruger
On Thu, Jul 3, 2008 at 1:47 PM, karim sk <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to setup kgdb on serial console in freebsd. I have done > the following steps. > > 1. Compile the kernel with the following options > options DDB > options KDB > makeoptions DEBUG-g > > 2.In

kgdb error: Ignoring packet error, continuing....

2008-07-03 Thread karim sk
Hi, I am trying to setup kgdb on serial console in freebsd. I have done the following steps. 1. Compile the kernel with the following options options DDB options KDB makeoptions DEBUG-g 2.Installed the kernel on the target machine. 3. Transferred the kernel.debug to h