From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29474 invoked by alias); 17 Dec 2009 22:39:26 -0000 Received: (qmail 29463 invoked by uid 22791); 17 Dec 2009 22:39:25 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,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; Thu, 17 Dec 2009 22:39:20 +0000 Received: from spaceape12.eur.corp.google.com (spaceape12.eur.corp.google.com [172.28.16.146]) by smtp-out.google.com with ESMTP id nBHMdHdf010889 for ; Thu, 17 Dec 2009 22:39:17 GMT Received: from qyk8 (qyk8.prod.google.com [10.241.83.136]) by spaceape12.eur.corp.google.com with ESMTP id nBHMdDtZ011437 for ; Thu, 17 Dec 2009 14:39:14 -0800 Received: by qyk8 with SMTP id 8so1180239qyk.24 for ; Thu, 17 Dec 2009 14:39:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.86.220 with SMTP id t28mr1974365qal.43.1261089552703; Thu, 17 Dec 2009 14:39:12 -0800 (PST) In-Reply-To: <20091217202843.GA11961@caradoc.them.org> References: <4B0707E7.5010308@uglyboxes.com> <20091120220927.GA9589@caradoc.them.org> <4B1EAD5C.6060708@redhat.com> <4B2692EE.5090807@redhat.com> <20091217202843.GA11961@caradoc.them.org> Date: Thu, 17 Dec 2009 22:39:00 -0000 Message-ID: <8ac60eac0912171439g67c7555esc54425f9735bfd1a@mail.gmail.com> Subject: Re: [RFA 2/4] dwarf2_physname From: Paul Pluzhnikov To: Tom Tromey , Keith Seitz , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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-12/txt/msg00240.txt.bz2 On Thu, Dec 17, 2009 at 12:28 PM, Daniel Jacobowitz wrote: >> And, on a big >> program, an unrestricted "info func" or "info type" is probably just a >> mistake, like hitting enter too soon. > > Is there a way out if you do that? Does QUIT work? QUIT used to not work for "info func". I fixed it here: http://sourceware.org/ml/gdb-patches/2009-07/msg00573.html I just checked, 'info type' in 7.0.50.20091211-cvs; QUIT appears to work just fine. Regards, -- Paul Pluzhnikov