From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FD78C87.5020000@xenomai.org> Date: Tue, 12 Jun 2012 20:37:59 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Rtdm driver debugging techniques. List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mohammad khalid shaik Cc: xenomai@xenomai.org On 06/12/2012 06:59 AM, mohammad khalid shaik wrote: > I have a question related to debugging techniques used in xenomai. > > I have a pcan-pci rtdm driver which i would like to debug in xenomai > environment. > Can any one let me know what are all techniques available for debugging > rtdm drivers in xenomai? You can debug with printk And the I-pipe tracer may come in handy (when you detect a bug trigger a trace freeze, with some backlog, you are able to know what functions were called before that). -- Gilles.