From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25967 invoked by alias); 27 Nov 2002 23:57:21 -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 25960 invoked from network); 27 Nov 2002 23:57:19 -0000 Received: from unknown (HELO rm-rstar.sfu.ca) (142.58.120.21) by sources.redhat.com with SMTP; 27 Nov 2002 23:57:19 -0000 Received: from fraser.sfu.ca (btlee@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.12.5/8.12.5/SFU-5.0H) with ESMTP id gARNvGQA009442 for ; Wed, 27 Nov 2002 15:57:16 -0800 (PST) Received: from localhost (btlee@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id PAA11676 for ; Wed, 27 Nov 2002 15:57:15 -0800 (PST) X-Authentication-Warning: fraser.sfu.ca: btlee owned process doing -bs Date: Wed, 27 Nov 2002 15:57:00 -0000 From: Benjamin Tze-Kit Lee To: gdb@sources.redhat.com Subject: JTAG support for GDB Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-11/txt/msg00398.txt.bz2 Hi, I am trying to use the Raven card from OCDemon through a JTAG (parrallel port) interface to do debugging on an evaluation board. I think I would have to use target remote debugging throught the /dev/lp0 port. Does GDB supports this, or is this do-able? Thank you, Ben