From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15022 invoked by alias); 26 Nov 2008 02:51:59 -0000 Received: (qmail 14949 invoked by uid 22791); 26 Nov 2008 02:51:58 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Nov 2008 02:51:19 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 96BD510CE0; Wed, 26 Nov 2008 02:51:16 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 78AD410540; Wed, 26 Nov 2008 02:51:16 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L5AUl-0003te-Kv; Tue, 25 Nov 2008 21:51:15 -0500 Date: Wed, 26 Nov 2008 02:51:00 -0000 From: Daniel Jacobowitz To: Duane Ellis Cc: gdb@sourceware.org Subject: Re: GDB for multiple targets Message-ID: <20081126025115.GA14962@caradoc.them.org> Mail-Followup-To: Duane Ellis , gdb@sourceware.org References: <492AD78E.4040905@duaneellis.com> <20081124220204.GA8666@caradoc.them.org> <492B40D9.8050703@duaneellis.com> <20081125040552.GA30147@caradoc.them.org> <492C3A37.9090703@duaneellis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <492C3A37.9090703@duaneellis.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00157.txt.bz2 On Tue, Nov 25, 2008 at 12:47:35PM -0500, Duane Ellis wrote: > duane>Many embedded debuggers have the ability to display on-chip > registers, [snip] > > daniel> The way to do this is not by chip name but by the rest of the > target description language. We're already doing that at CodeSourcery. > > Is this "target description language" documented somewhere? I have not > heard nor seen this. This is exactly the same XML descriptions we've been talking about; it's got a section in the GDB manual. -- Daniel Jacobowitz CodeSourcery