Re: DDB is not setting break points... (fwd)

2000-06-02 Thread G.B.Naidu
Hi, I have tried with unstripped kernel also. I am getting the same error. So looks like the symbols are not available until sysinit is called. So what is the right place to put breakpoints in the process of booting up? thanks --gb On Fri, 2 Jun 2000, Daniel C. Sobral wrote: > "G.B.Naidu" wr

Re: DDB is not setting break points... (fwd)

2000-06-02 Thread Daniel C. Sobral
"G.B.Naidu" wrote: > > Hi Doug, > > Thanks for your reply. We tried as per your mail. But still the DDB is > complaining the same saying that "symbol not found". > > What could be the reason? Am I missing something in the whole process? Maybe you are stripping your kernel. -- Daniel C. Sobra

Re: DDB is not setting break points...

2000-06-02 Thread Boris Popov
On Fri, 2 Jun 2000, G.B.Naidu wrote: > Thanks Bruse for the reply. I am running 3.3-Release of FreeBSD. And my > kernel is elf kernel. So according to Bruce, I cannot set the breakpoints > from DDB until sysinit() finishes. So what is the safe point from where I > can set break points from DDB? I

Re: DDB is not setting break points...

2000-06-02 Thread G.B.Naidu
Hi, Thanks Bruse for the reply. I am running 3.3-Release of FreeBSD. And my kernel is elf kernel. So according to Bruce, I cannot set the breakpoints from DDB until sysinit() finishes. So what is the safe point from where I can set break points from DDB? I want to use DDB because I want to debug

Re: DDB is not setting break points...

2000-06-01 Thread Bruce Evans
On Thu, 1 Jun 2000, G.B.Naidu wrote: > I am having problems with DDB while setting breakpoints in the kernel. I > entered the DDB by giving kernel -d at boot prompt. After that I tried to > set break point at ip_output() by giving "b ip_output". But it complains > saying that "sumbol not found".

Re: DDB is not setting break points... (fwd)

2000-06-01 Thread G.B.Naidu
Hi Doug, Thanks for your reply. We tried as per your mail. But still the DDB is complaining the same saying that "symbol not found". What could be the reason? Am I missing something in the whole process? thanks --gb On Thu, 1 Jun 2000, Doug White wrote: > On Thu, 1 Jun 2000, G.B.Naidu wrote

Re: DDB is not setting break points... (fwd)

2000-06-01 Thread Doug White
On Thu, 1 Jun 2000, G.B.Naidu wrote: > Have posted this questoin earlier. I have got no replies. Some body take > some time to clarify this? cd /sys/boot make depend all install disklabel -B ad0 reboot This will update your bootblocks. > In the handbook chap 21, Note says: Note that if you hav

DDB is not setting break points... (fwd)

2000-06-01 Thread G.B.Naidu
ubject: DDB is not setting break points... Hi, I am having problems with DDB while setting breakpoints in the kernel. I entered the DDB by giving kernel -d at boot prompt. After that I tried to set break point at ip_output() by giving "b ip_output". But it complains saying that "

DDB is not setting break points...

2000-05-31 Thread G.B.Naidu
Hi, I am having problems with DDB while setting breakpoints in the kernel. I entered the DDB by giving kernel -d at boot prompt. After that I tried to set break point at ip_output() by giving "b ip_output". But it complains saying that "sumbol not found". I thought this might be due to stripped