From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20089 invoked by alias); 7 Oct 2003 10:00:04 -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 20066 invoked from network); 7 Oct 2003 10:00:02 -0000 Received: from unknown (HELO ben.lut.ac.uk) (158.125.1.103) by sources.redhat.com with SMTP; 7 Oct 2003 10:00:02 -0000 Received: from [213.107.116.221] (helo=And.Linux) by ben.lut.ac.uk with esmtp (Exim 4.14) id 1A6odN-0007On-24 for gdb@sources.redhat.com; Tue, 07 Oct 2003 11:00:01 +0100 Subject: GDB --> Parallel Port --> Target?? From: Andrew Batchelor To: gdb@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 07 Oct 2003 10:00:00 -0000 Message-Id: <1065520908.1048.276.camel@And.Linux> Mime-Version: 1.0 X-Spam-Score: -2.0 (--) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1A6odN-0007On-24*cRuxETqjjRA* X-Lboro-Filtered: ben.lut.ac.uk, Tue, 07 Oct 2003 11:00:01 +0100 X-SW-Source: 2003-10/txt/msg00117.txt.bz2 Hello, I was wondering how straightforward it would be to write an extension for GDB to use the parallel port to connect to a target instead of the serial port? (Changing only a few files? Many files? Which ones?, etc.) Now I'm not really very familiar with GDB and before I jump in at the deep end, I was wondering if any of you guys could give me any pointers? At the moment I'm just having a read through the User Manual and the Internals Manual and looking at some of the C files that look like they might be of some help - can any of you guys point me in the right direction? Any help or advice you could offer would be much appreciated. Andy