From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27582 invoked by alias); 1 Jun 2009 05:05:13 -0000 Received: (qmail 26702 invoked by uid 22791); 1 Jun 2009 05:05:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Jun 2009 05:05:04 +0000 Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id n5154v2a015840 for ; Mon, 1 Jun 2009 06:04:57 +0100 Received: from qw-out-2122.google.com (qwd5.prod.google.com [10.241.193.197]) by wpaz24.hot.corp.google.com with ESMTP id n5154tet026944 for ; Sun, 31 May 2009 22:04:56 -0700 Received: by qw-out-2122.google.com with SMTP id 5so3989068qwd.29 for ; Sun, 31 May 2009 22:04:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.100.77 with SMTP id x13mr1496579qcn.105.1243832695663; Sun, 31 May 2009 22:04:55 -0700 (PDT) In-Reply-To: <1243828612.9045.9.camel@hactar> References: <20090212062654.GG13021@adacore.com> <20090213022246.GA5401@adacore.com> <20090217000746.GA3812@adacore.com> <20090219200536.GA25486@adacore.com> <1243828612.9045.9.camel@hactar> Date: Mon, 01 Jun 2009 05:05:00 -0000 Message-ID: <8ac60eac0905312204n358aa590mf136f6aecfe0be1e@mail.gmail.com> Subject: Re: RFC: add ability to "source" Python code From: Paul Pluzhnikov To: Thiago Jung Bauermann Cc: Joel Brobecker , Tom Tromey , Eli Zaretskii , drow@false.org, pedro@codesourcery.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-06/txt/msg00002.txt.bz2 On Sun, May 31, 2009 at 8:56 PM, Thiago Jung Bauermann wrote: > Set mode for script filename extension recognition. > off =A0=3D=3D no filename extension recognition (all sourced files are GD= B scripts) > soft =3D=3D evaluate script according to filename extension, fallback to = GDB script > hard =3D=3D evaluate script according to filename extension, error if not= supported Would naming the mode 'off', 'auto' and 'on' be more consistent with the other settings? --=20 Paul Pluzhnikov