Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2009 13:20:43 -0800 (PST)
From:      Kamlesh Patel <shilp.kamal@yahoo.com>
To:        Hackers freeBSD <freebsd-hackers@freebsd.org>
Subject:   pmap.h: No such file or directory---- Debugging error
Message-ID:  <12567.73601.qm@web45406.mail.sp1.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi All,

I have two system one is Debug and another is Target machine. I am debugging using kgdb from Debug machine.

Line no: 272 into the function vm_page_startup( vaddr ) of vm_page.c - Freebsd 7.0,
mapped=pmap() is there. when i press "S" (step by step debug) then

(kgdb)s
pmap_map( , , , ,) at /usr/src/sys/i386/i386/pmap.c:1089
1089   va=sva=*virt
(kgdb)s
1090   while(start < end){
(kgdb)s
310    pmap.h: No such file or directory
 


Same thing happens with pmap_invalidate_range()
pcpu.h: No such file or directory

Could anyone help me?

Thanks
Kamlesh
MS CS CSUS


      




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12567.73601.qm>