From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17377 invoked by alias); 18 Jun 2012 16:45:00 -0000 Received: (qmail 17367 invoked by uid 22791); 18 Jun 2012 16:44:59 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jun 2012 16:44:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3BA4F1C6A1F; Mon, 18 Jun 2012 12:44:42 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Xf3bWMCrEE6Z; Mon, 18 Jun 2012 12:44:42 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id F32781C69BD; Mon, 18 Jun 2012 12:44:41 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BB8EB145616; Mon, 18 Jun 2012 09:44:39 -0700 (PDT) Date: Mon, 18 Jun 2012 16:45:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [patch] -iex and -ix: Execute them _after_ gdbinits Message-ID: <20120618164439.GB19107@adacore.com> References: <20120616195417.GA6368@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120616195417.GA6368@host2.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-06/txt/msg00590.txt.bz2 > Contrary to it I cannot imagine why one would want to get -iex commands > overriden by /etc/gdbinit and ~/.gdbinit. FWIW: Neither do I. Generally speaking, I always expect command-line switches to override "configuration file settings". I was appalled when I noticed that this is not the case for autossh, for instance. -- Joel