From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4CE94D8F.60209@domain.hid> Date: Sun, 21 Nov 2010 17:49:19 +0100 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-help] GUI Debugging tool for Linux List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Hemal C.Bavishi" Cc: "xenomai@xenomai.org" Hemal C.Bavishi wrote: > Dear All, > > Do you have any idea of GUI C debugging tool for Linux works for > Xenomai patch? I tried to use DDD (Data Display Debugger) but when I > load my program compiled with xenomai kernel then it gives me an > error "xenomai binding failed". I also tried to use other debugger > program like GPS but I got almost similar issue(thread debugging > using libthead_db enabled - program exited with code 01). Please > help. On second thought, the message "xneomai binding failed", probably means that the machine where you are running ddd is running on a kernel without xenomai. So, if you are trying to debug a Xenomai application remotely, you should be using gdbserver. Before you ask: I have no idea how to do remote debugging with ddd, but this question is off-topic here anyway, you should find some information elsewhere. -- Gilles.