From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5378 invoked by alias); 13 Sep 2002 14:31:53 -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 5367 invoked from network); 13 Sep 2002 14:31:51 -0000 Received: from unknown (HELO dmz.fhso.ch) (193.135.240.66) by sources.redhat.com with SMTP; 13 Sep 2002 14:31:51 -0000 Received: from fw1 (fw1.fhso.ch [193.135.240.66]) by dmz.fhso.ch (8.12.3/8.12.3) with SMTP id g8DEUQIt019111 for ; Fri, 13 Sep 2002 16:30:26 +0200 (MEST) Received: from technik-server.hst.fhso.ch ([193.135.242.3]) by fw1; Fri, 13 Sep 2002 16:30:24 +0200 (MEST) Received: from causima (fhso-dhcp-243-115.dhcp.fhso.ch [192.168.243.115]) by hst.fhso.ch (8.11.2/8.11.2) with SMTP id g8DEVml20882 for ; Fri, 13 Sep 2002 16:31:48 +0200 (MEST) From: "calce" To: Subject: API for ARM7TDMI ? Date: Fri, 13 Sep 2002 07:31:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-SW-Source: 2002-09/txt/msg00150.txt.bz2 hello, i'm trying to implement a debugger for an ARM7TDMI core with embedded ICE and JTAG. Has anybody done this before and can you tell me how much time it took? is there an API in gdb which I could use for this purpose. Any hints and tricks are welcome. Im evaluating if I should develop the debugger by myself or with existing code. thank you for your comments bruno