From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2129 invoked by alias); 28 Jan 2005 15:26:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2088 invoked from network); 28 Jan 2005 15:26:02 -0000 Received: from unknown (HELO tynska.cuni.cz) (195.113.0.66) by sourceware.org with SMTP; 28 Jan 2005 15:26:02 -0000 Received: from tynska (tynska [195.113.0.66]) by tynska.cuni.cz (8.9.3/8.9.3) with ESMTP id QAA27901; Fri, 28 Jan 2005 16:25:57 +0100 Date: Fri, 28 Jan 2005 15:26:00 -0000 From: Marek Peca To: "Kaul, Martin" cc: gdb@sources.redhat.com Subject: Re: ARM - JTAG - GDB In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-01/txt/msg00153.txt.bz2 > is it possible to debug a program running on an ARM-processor with the GDB using a JTAG interface. > > The program is a standalone application, i.e. it runs without an OS. > > Where can I get information? This is task of "gdb serializer": http://savannah.nongnu.org/projects/freeice Regards, Marek P.