Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Julian Elischer
you don't need a -k either.. that's for core-files On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > > > On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > > > > (3) On machine A, go to the compile directory: > > > > > > #gdb -g kernel.debug > > > > -g? > > > This is a typo. It should be "gdb -k kern

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Zhihui Zhang
> > On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > > (3) On machine A, go to the compile directory: > > > > #gdb -g kernel.debug > > -g? > This is a typo. It should be "gdb -k kernel.debug". I have just posted another message pointing out my mistakes. Thanks for your response. -Zhihui To

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Julian Elischer
On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > After reading the handbook and some postings in the mailing list archive. > I still can not make remote debugging work. I basically did the following > on FreeBSD-current 4.0 (A is debugging machine, B is the target): > > (1) Build a debug kernel

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Julian Elischer
you don't need a -k either.. that's for core-files On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > > > On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > > > > (3) On machine A, go to the compile directory: > > > > > > #gdb -g kernel.debug > > > > -g? > > > This is a typo. It should be "gdb -k ker

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Zhihui Zhang
On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > After reading the handbook and some postings in the mailing list archive. > I still can not make remote debugging work. I basically did the following > on FreeBSD-current 4.0 (A is debugging machine, B is the target): > > (1) Build a debug kernel

Help with remote debugging (gdb -k)

1999-08-30 Thread Zhihui Zhang
After reading the handbook and some postings in the mailing list archive. I still can not make remote debugging work. I basically did the following on FreeBSD-current 4.0 (A is debugging machine, B is the target): (1) Build a debug kernel (options DDB and BREAK_TO_DEBUGGER) on box A. The sio f

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Zhihui Zhang
> > On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > > (3) On machine A, go to the compile directory: > > > > #gdb -g kernel.debug > > -g? > This is a typo. It should be "gdb -k kernel.debug". I have just posted another message pointing out my mistakes. Thanks for your response. -Zhihui To

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Julian Elischer
On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > After reading the handbook and some postings in the mailing list archive. > I still can not make remote debugging work. I basically did the following > on FreeBSD-current 4.0 (A is debugging machine, B is the target): > > (1) Build a debug kerne

Re: Help with remote debugging (gdb -k)

1999-08-30 Thread Zhihui Zhang
On Mon, 30 Aug 1999, Zhihui Zhang wrote: > > After reading the handbook and some postings in the mailing list archive. > I still can not make remote debugging work. I basically did the following > on FreeBSD-current 4.0 (A is debugging machine, B is the target): > > (1) Build a debug kernel

Help with remote debugging (gdb -k)

1999-08-30 Thread Zhihui Zhang
After reading the handbook and some postings in the mailing list archive. I still can not make remote debugging work. I basically did the following on FreeBSD-current 4.0 (A is debugging machine, B is the target): (1) Build a debug kernel (options DDB and BREAK_TO_DEBUGGER) on box A. The sio