From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 2 03:28:20 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681AD106566C for ; Fri, 2 Jan 2009 03:28:20 +0000 (UTC) (envelope-from mehulc87@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 38FA58FC16 for ; Fri, 2 Jan 2009 03:28:19 +0000 (UTC) (envelope-from mehulc87@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so8544000wfg.7 for ; Thu, 01 Jan 2009 19:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=d9PmkMiEHORrETs/ZbnIpMv+uzrlYvoQHPD6suvaBWw=; b=N0RwGYva15x8U9kpMqX54inKB3AW2RCYWP7UHxcEGNSLhARuQmh2ax8HohEewO4HE9 vba9+JZCDBg+xJWtBoIFubH3A6v7U7szsj7VinVLqiDmHWziDW412tMVaDGREa3FWI3g I4YH9Q9poio5wpyp+VCwx51JkWYnmxaPRpXnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=jTEJs7Oi/ahioPCoSlltF5KdwZEkHcxwZlG8ottZelETuWqA4Rpt4Ozv++L/9/+XYy wplWLqAbcHoW+1IfCXIf4rTp68TqgtV87r/ZhZbSCMZNEi/YmTZngu6CGoAdNUraK5Pg /2oNhbWAhBq9BLL1FTLAqWcxgLgMflXv08ci0= Received: by 10.142.88.4 with SMTP id l4mr7161126wfb.117.1230864961867; Thu, 01 Jan 2009 18:56:01 -0800 (PST) Received: by 10.143.110.4 with HTTP; Thu, 1 Jan 2009 18:56:01 -0800 (PST) Message-ID: <251d650c0901011856n20dd48efuc6a5ef714320e1cf@mail.gmail.com> Date: Fri, 2 Jan 2009 08:26:01 +0530 From: "Mehul Chadha" To: shilp.kamal@yahoo.com In-Reply-To: <387210.21917.qm@web45407.mail.sp1.yahoo.com> MIME-Version: 1.0 References: <387210.21917.qm@web45407.mail.sp1.yahoo.com> X-Mailman-Approved-At: Fri, 02 Jan 2009 05:54:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD kernel Debugging tools for Virtual Memory Module X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2009 03:28:20 -0000 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 HW. This will be the best debugging tool to debug all the non architecture specific code in freebsd. The project is specially catered to problems similar to what you are facing. We are expecting the project to be completed in next 3 months. Regards, Mehul 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 the kernel code. > > Could anyone please inform me kernel Debugging tools for FreeBSD OS? > > Kamlesh > MS CS, CSUS > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >