From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 297BF3858D3C for ; Fri, 16 Jun 2023 18:03:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 297BF3858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1686938608; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7yOGAJzYPueUmwYZAH7igR4ZyONeFB/Kw9hukl3sLE4=; b=XFYcLaFgFtp9PAw4HDJOsDQfk1iCnhyZau0WWpuvgD5bAvPXXc5iZ+shnRduPTq6jlF/CX ZEWskUwBbbBJVzgT8dm3qrp20BH34ZLtb+HmaoPiasEin7LBTzdKe6umVgqtURQhFe9lLT WuzypouOqctFGnF4d89dayaZgVDJLfg= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-562-Kmt4BIhbOhCegmjiLu3cYA-1; Fri, 16 Jun 2023 14:03:27 -0400 X-MC-Unique: Kmt4BIhbOhCegmjiLu3cYA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CCEF01C04344; Fri, 16 Jun 2023 18:03:26 +0000 (UTC) Received: from [10.22.33.225] (unknown [10.22.33.225]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8FCE4492C1B; Fri, 16 Jun 2023 18:03:26 +0000 (UTC) Message-ID: Date: Fri, 16 Jun 2023 11:03:25 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH 0/2] Remove some use of xfree from MI To: Tom Tromey , gdb-patches@sourceware.org References: <20230609-mi-xfree-v1-0-04e9c8d9a679@adacore.com> From: Keith Seitz In-Reply-To: <20230609-mi-xfree-v1-0-04e9c8d9a679@adacore.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 6/9/23 09:46, Tom Tromey via Gdb-patches wrote: > This series removes some uses of xfree from the MI code. No visible > changes are expected. Regression tested on x86-64 Fedora 36. Ha, I am also using F36 (and regtested there, too). The changes are pretty mechanical and LGTM. Reviewed-by: Keith Seitz Keith