From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24155 invoked by alias); 10 Feb 2010 20:54:29 -0000 Received: (qmail 24146 invoked by uid 22791); 10 Feb 2010 20:54:28 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Feb 2010 20:54:23 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o1AKqxAp003339; Wed, 10 Feb 2010 21:52:59 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o1AKqvj4022421; Wed, 10 Feb 2010 21:52:57 +0100 (CET) Date: Wed, 10 Feb 2010 20:54:00 -0000 Message-Id: <201002102052.o1AKqvj4022421@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: dan@codesourcery.com CC: hjl.tools@gmail.com, gdb-patches@sourceware.org In-reply-to: <20100210183800.GA25489@caradoc.them.org> (message from Daniel Jacobowitz on Wed, 10 Feb 2010 13:38:03 -0500) Subject: Re: PATCH: Cache types from target description References: <20100205011447.GA28263@lucon.org> <20100208185454.GA21449@lucon.org> <20100209154513.GA27404@lucon.org> <20100210183800.GA25489@caradoc.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00275.txt.bz2 > Date: Wed, 10 Feb 2010 13:38:03 -0500 > From: Daniel Jacobowitz > > Really they should be described in the XML file! 'fraid I don't agree with you on that. When it comes to things like multi-bit flags, you want a real programming language.