Eugene Grosbein writes:
> First, you need to recompile source you change for sure :-)
> But you have not rebuild all other files all the time.
> You need to add to your /etc/src.conf (or /etc/make.conf for 6.x and earlier):
>
> MODULES_WITH_WORLD=yes
>
> This will skip rebuilding of all modules du
On Thu, Jan 01, 2009 at 06:27:44PM -0800, Kamlesh Patel wrote:
> I am working on Virtual Memory parts of FreeBSD OS. My Problem is, whenever i
> modify little code of vmpage.c file i need to build the whole kernel to check
> the modification and i even am not able to debug the kernel code.
>
>
>ddb and kgdb are two useful and often indispensable tools for kernel
> debugging on FBSD. ddb won't allow you source level debugging, kgdb will,
> but you'll need an extra machine.
If the code you are debugging doesn't depend on specific
hardware, one option is to run FreeBSD (with the kerne
On Fri, Jan 2, 2009 at 7:57 AM, Kamlesh Patel wrote:
> Hi Friends, Happy New Year,
>
> I am working on Virtual Memory parts of FreeBSD OS. My Problem is, whenever
> i modify little code of vmpage.c file i need to build the whole kernel to
> check the modification and i even am not able to debug t
Hi kamlesh,
Happy New Year. I am not aware of the debugging tools
in freebsd available right now in the market. But I am working on a virtual
mode freebsd project similar to what UML does in linux. This will help in
executing the entire OS in the user space of real OS running on
Hi Friends, Happy New Year,
I am working on Virtual Memory parts of FreeBSD OS. My Problem is, whenever i
modify little code of vmpage.c file i need to build the whole kernel to check
the modification and i even am not able to debug the kernel code.
Could anyone please inform me kernel Debuggi
6 matches
Mail list logo