From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21309 invoked by alias); 12 Mar 2008 21:05:02 -0000 Received: (qmail 21253 invoked by uid 22791); 12 Mar 2008 21:05:01 -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.31) with ESMTP; Wed, 12 Mar 2008 21:04:35 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 075BA983A1; Wed, 12 Mar 2008 21:04:33 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A29CF98140; Wed, 12 Mar 2008 21:04:32 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JZY7j-0001Us-Or; Wed, 12 Mar 2008 17:04:31 -0400 Date: Wed, 12 Mar 2008 21:05:00 -0000 From: Daniel Jacobowitz To: Aleksandar Ristovski Cc: Vladimir Prus , gdb-patches@sources.redhat.com Subject: Re: [RFC] gdb.mi tests Message-ID: <20080312210431.GA5503@caradoc.them.org> Mail-Followup-To: Aleksandar Ristovski , Vladimir Prus , gdb-patches@sources.redhat.com References: <47D6DE48.8090003@qnx.com> <47D82C77.8020705@qnx.com> <20080312193423.GA837@caradoc.them.org> <47D841C4.4040004@qnx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47D841C4.4040004@qnx.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes 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: 2008-03/txt/msg00137.txt.bz2 On Wed, Mar 12, 2008 at 04:49:08PM -0400, Aleksandar Ristovski wrote: > This means that the order in which files are loaded matters and the latter > in the process a file gets loaded, it carries more 'overriding' > capabilities. Therefore, first files loaded should be very generic, going > towards customization files. Yes. But load_lib will not reload an already loaded file - we have some board files which check if $tool == "gdb", and load_lib mi-support.exp themselves, and use "rename". I didn't say it was pretty or the right way! -- Daniel Jacobowitz CodeSourcery