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
"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
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
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
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".
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
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
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 "
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
9 matches
Mail list logo