From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13903 invoked by alias); 2 Apr 2012 15:08:48 -0000 Received: (qmail 13894 invoked by uid 22791); 2 Apr 2012 15:08:48 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Apr 2012 15:08:35 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 5964429007A; Mon, 2 Apr 2012 17:08:39 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I9Y58bZ2hiCx; Mon, 2 Apr 2012 17:08:39 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 42FC329001F; Mon, 2 Apr 2012 17:08:39 +0200 (CEST) Subject: Re: PR13901 Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Mon, 02 Apr 2012 15:08:00 -0000 Cc: Pedro Alves , Jack Howarth , gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <142F391F-490D-4453-A444-01F0D577DFD0@adacore.com> References: <20120330134210.GA7869@bromo.med.uc.edu> <14D51CD4-4990-4B11-952C-64EB8F791306@adacore.com> <4F79AFF4.9000704@redhat.com> <54AC9EED-A577-41CA-B09D-3ED879877D0C@adacore.com> <4F79B4CB.4090903@redhat.com> To: Andreas Schwab 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: 2012-04/txt/msg00015.txt.bz2 On Apr 2, 2012, at 4:58 PM, Andreas Schwab wrote: > Pedro Alves writes: >=20 >> I'd be glad to see STARTUP_WITH_SHELL turned into a run-time option. I = think there's >> a PR open for that even. However, we need the shell at least for argume= nt globbing, >> as in, e.g., debugging `ls *', so I don't think we could make it off by = default, >> which practically renders it an orthogonal feature. >=20 > It's actually redirections that are problematic case here (argument > expansions could be implemented completely independent from starting the > inferior). There are a few targets (such as djgpp) that already implement redirections. Tristan.