From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4981 invoked by alias); 19 Jun 2009 00:21:37 -0000 Received: (qmail 4963 invoked by uid 22791); 19 Jun 2009 00:21:37 -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; Fri, 19 Jun 2009 00:21:30 +0000 Received: from spaceape24.eur.corp.google.com (spaceape24.eur.corp.google.com [172.28.16.76]) by smtp-out.google.com with ESMTP id n5J0LQjL006828 for ; Fri, 19 Jun 2009 01:21:27 +0100 Received: from qyk12 (qyk12.prod.google.com [10.241.83.140]) by spaceape24.eur.corp.google.com with ESMTP id n5J0KjvM001675 for ; Thu, 18 Jun 2009 17:21:24 -0700 Received: by qyk12 with SMTP id 12so493498qyk.31 for ; Thu, 18 Jun 2009 17:21:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.80.78 with SMTP id s14mr389838qck.101.1245370884251; Thu, 18 Jun 2009 17:21:24 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Jun 2009 00:21:00 -0000 Message-ID: <8ac60eac0906181721m1ec99d0exa0c76642dff85bd@mail.gmail.com> Subject: Re: SYMFILE_VERBOSE From: Paul Pluzhnikov To: Doug Evans Cc: Tom Tromey , gdb Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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: 2009-06/txt/msg00188.txt.bz2 On Thu, Jun 18, 2009 at 4:31 PM, Doug Evans wrote: > OOC, was SYMFILE_FROM_TTY considered and rejected? Half-way down the call chain, 'from_tty' was transformed into 'verbo' parameter. I though SYMFILE_VERBOSE better matched the actual meaning. -- Paul Pluzhnikov