From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22749 invoked by alias); 14 Dec 2004 20:03:05 -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 22711 invoked from network); 14 Dec 2004 20:02:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Dec 2004 20:02:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBEK2vCw013529 for ; Tue, 14 Dec 2004 15:02:58 -0500 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBEK2pr11130; Tue, 14 Dec 2004 15:02:52 -0500 To: "POPER" Cc: Subject: Re: Does gdb work with a wiggler compatible adapter? References: From: Jim Blandy Date: Tue, 14 Dec 2004 20:03:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00088.txt.bz2 "POPER" writes: > I make a wiggler compatible jtag adapter according to > this(http://jtag-arm9.sourceforge.net/circuit.txt). > I want to know if the gdb work with it now? And I want to debug without > the OS, you know, just a few asm and c source file by this adapter, > someone can tell me what i need and what should i do? > ps: the cup is sc34510b. > Thanks in advance! GDB itself doesn't have any support for talking directly to JTAG hardware like the circuit you've built. We do have a file gdb/remote-rdi.c which claims to be able to talk to the "ARM RDI library", but I don't know how up-to-date it is.