From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128611 invoked by alias); 19 Jul 2017 22:51:17 -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 128602 invoked by uid 89); 19 Jul 2017 22:51:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=freed X-HELO: outbound-ss-1812.hostmonster.com Received: from gproxy1-pub.mail.unifiedlayer.com (HELO outbound-ss-1812.hostmonster.com) (69.89.25.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Jul 2017 22:51:15 +0000 Received: from cmgw3 (cmgw4 [10.0.90.84]) by gproxy1.mail.unifiedlayer.com (Postfix) with ESMTP id 04FBF176A56 for ; Wed, 19 Jul 2017 16:29:05 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw3 with id mmV11v00z2f2jeq01mV4gL; Wed, 19 Jul 2017 16:29:05 -0600 X-Authority-Analysis: v=2.2 cv=UM2tJGXy c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=G3gG6ho9WtcA:10 a=zstS-IiYAAAA:8 a=FBlMHAXK6QC0JdQMfFIA:9 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from 174-16-124-214.hlrn.qwest.net ([174.16.124.214]:42562 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dXxSn-0019DP-Lr; Wed, 19 Jul 2017 16:29:01 -0600 From: Tom Tromey To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [RFA 23/23] Use gdb_argv_up in Python References: <20170503224626.2818-1-tom@tromey.com> <20170503224626.2818-24-tom@tromey.com> <32dc20d7-52ef-1599-d1fa-1ec299fe291c@redhat.com> <87lgnkm5c3.fsf@tromey.com> Date: Wed, 19 Jul 2017 22:51:00 -0000 In-Reply-To: <87lgnkm5c3.fsf@tromey.com> (Tom Tromey's message of "Wed, 19 Jul 2017 16:26:04 -0600") Message-ID: <87eftcm577.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1dXxSn-0019DP-Lr X-Source-Sender: 174-16-124-214.hlrn.qwest.net (bapiya) [174.16.124.214]:42562 X-Source-Auth: tom+tromey.com X-Email-Count: 6 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-07/txt/msg00295.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> Yes. I think it could be destroyed if the command is deleted, but I Tom> can't remember now if that can happen; and anyway if it can it must be a Tom> weird thing to do. ... what I mean here is that it currently is never freed, but I think (not sure) it could be freed in theory when the command is destroyed. Tom