From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73831 invoked by alias); 3 Aug 2016 13:15:00 -0000 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 Received: (qmail 73819 invoked by uid 89); 3 Aug 2016 13:14:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 03 Aug 2016 13:14:58 +0000 Received: by mail-oi0-f47.google.com with SMTP id 4so69613479oih.2 for ; Wed, 03 Aug 2016 06:14:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=6nLQr4YWjltGhMLLdJ3pcuyC6/GoY1bTDU/gjlZgJrI=; b=OfCcWmb3/REPypYRmRvb4zCwxsjzRddNJZAk5bIRIq5NDJh+bFQ/cwqt2YIWRfxFhs cR6cuSIf6mA8uDIKle4eecHHUxNkbIKkDqUv3DEP3fatQY0mTSfBhF6ymlal5B93OZ2B TQ9XvTFAc+YUVsd3Qg5G/5reuO66hJpH6EIa2TRraVn/5UGTuCI1XbvVz2f6hhqrJ0TF G4Bkuw2AZvV0deXmmv69UzVjWorsc6WTzI1zNqs055XNj82DRJ0nhK37fZM3eo92yxVX QcE5oQhZPnggKyHpsXc7V9ViNpz/P+xJs03E2GBLLrG0itdfCoXO49W/lr6bhKg/8Qa3 DeNw== X-Gm-Message-State: AEkoouuu9h3ilc30fuSgO7sSgMaJHbK55YibmOQCT85pwnN9+FAJpT8a2nu2AJNvnzAxe2vOT62tg3KfKQ1b9Q== X-Received: by 10.202.90.10 with SMTP id o10mr40673746oib.115.1470230096475; Wed, 03 Aug 2016 06:14:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.172.75 with HTTP; Wed, 3 Aug 2016 06:14:55 -0700 (PDT) In-Reply-To: References: <1466439050-11330-1-git-send-email-tom@tromey.com> <86ziqfq6sz.fsf@gmail.com> <8737o5kqtv.fsf@tromey.com> From: Yao Qi Date: Wed, 03 Aug 2016 13:15:00 -0000 Message-ID: Subject: Re: [RFA] PR python/18565 - make Frame.function work for inline frames To: Pedro Alves Cc: Tom Tromey , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00053.txt.bz2 On Wed, Aug 3, 2016 at 12:35 PM, Pedro Alves wrote: > > IMO that becomes an unrelated, preexisting problem. I don't think we sho= uld > require that all the functions (and their callees, transitively) called b= y all > patches are first inspected for leaks and fixed. I don't intend to inspect and fix all leaks too. I am OK with Tom's patch. --=20 Yao (=E9=BD=90=E5=B0=A7)