From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82411 invoked by alias); 10 Jun 2018 22:35:02 -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 81396 invoked by uid 89); 10 Jun 2018 22:33:38 -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_HELO_PASS autolearn=ham version=3.3.2 spammy=opportunity X-HELO: gateway34.websitewelcome.com Received: from gateway34.websitewelcome.com (HELO gateway34.websitewelcome.com) (192.185.148.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 10 Jun 2018 22:33:36 +0000 Received: from cm16.websitewelcome.com (cm16.websitewelcome.com [100.42.49.19]) by gateway34.websitewelcome.com (Postfix) with ESMTP id 90F6A599A9 for ; Sun, 10 Jun 2018 17:33:13 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id S8tdfHnbdaSeyS8tdf0c4K; Sun, 10 Jun 2018 17:33:13 -0500 X-Authority-Reason: nr=8 Received: from 75-166-51-220.hlrn.qwest.net ([75.166.51.220]:54038 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fS8td-001C0x-8l; Sun, 10 Jun 2018 17:33:13 -0500 From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA] Remove a VEC from record-full.c References: <20180608025636.14640-1-tom@tromey.com> <87o9gi7hyp.fsf@tromey.com> <1b1a05c47192dd4dde60bcf3f58d229a@polymtl.ca> Date: Sun, 10 Jun 2018 22:35:00 -0000 In-Reply-To: <1b1a05c47192dd4dde60bcf3f58d229a@polymtl.ca> (Simon Marchi's message of "Sun, 10 Jun 2018 17:15:34 -0400") Message-ID: <87muw2clw8.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Source-L: No X-Exim-ID: 1fS8td-001C0x-8l X-Source-Sender: 75-166-51-220.hlrn.qwest.net (bapiya) [75.166.51.220]:54038 X-Source-Auth: tom+tromey.com X-Email-Count: 3 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-06/txt/msg00261.txt.bz2 >>>>> "Simon" == Simon Marchi writes: Simon> Maybe I'm missing something, but it seems like the Simon> record_full_breakpoint objects are never freed. That's not related to Simon> your patch though, so your patch LGTM. Thanks for noticing this. I think this is a good opportunity to fix the problem, so I'll take a look at that. Tom