From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29304 invoked by alias); 1 Sep 2011 23:18:51 -0000 Received: (qmail 29295 invoked by uid 22791); 1 Sep 2011 23:18:51 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Sep 2011 23:18:37 +0000 Received: by gxk23 with SMTP id 23so1917717gxk.0 for ; Thu, 01 Sep 2011 16:18:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.108.233 with SMTP id q69mr2517462yhg.28.1314919116700; Thu, 01 Sep 2011 16:18:36 -0700 (PDT) Received: by 10.236.34.162 with HTTP; Thu, 1 Sep 2011 16:18:36 -0700 (PDT) In-Reply-To: References: <1314198654-9008-1-git-send-email-ratmice@gmail.com> <1314198654-9008-6-git-send-email-ratmice@gmail.com> Date: Fri, 02 Sep 2011 00:56:00 -0000 Message-ID: Subject: Re: [PATCH 5/7] [python] API for macros: gdb.Objfile symtabs method. From: Matt Rice To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-09/txt/msg00023.txt.bz2 On Tue, Aug 30, 2011 at 10:34 AM, Tom Tromey wrote: > I don't mind this method per se, but I think people will find it > confusing, as it only returns full symtabs -- but there is no direct way > for the Python programmer to cause symtab expansion. Yeah, I'll just drop this patch from the series for now, and leave it for another series that is more complete.