From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 69A39385842E for ; Tue, 14 Feb 2023 19:55:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 69A39385842E Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=polymtl.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=polymtl.ca Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 31EJtexI025622 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 14 Feb 2023 14:55:45 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 31EJtexI025622 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1676404545; bh=Xnbn5mGM5r/tS6Exmoxy8FYnXRcqAV6BUklBFfYGyAo=; h=Date:Subject:To:References:From:In-Reply-To:From; b=cOWQnfMut5dbv4YVl8Mf/lLtr5WLWiLEaIrg0Q3AegnEL1dRzezd0J7N1e45ykiqZ Y53fGHgXGJ8GBYtYGFSjVksEFqp9BDYeIWkV9qsWStfm3RygNMbmjT52PJZ1SHF8U1 k1tV35DRTF/Ov6g/M+uFJLqa7iv3ddw0qBaR+ItI= Received: from [172.16.0.192] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id D378B1E110; Tue, 14 Feb 2023 14:55:40 -0500 (EST) Message-ID: <1ab1fea3-5dc5-c4bf-9c59-aff3526f4cca@polymtl.ca> Date: Tue, 14 Feb 2023 14:55:40 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: [PATCH 1/4] gdb/dwarf2: rename some things, index -> gdb_index To: Tom Tromey , Simon Marchi via Gdb-patches References: <20230213145559.46676-1-simon.marchi@polymtl.ca> <20230213145559.46676-2-simon.marchi@polymtl.ca> <877cwldtz5.fsf@tromey.com> Content-Language: fr From: Simon Marchi In-Reply-To: <877cwldtz5.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Tue, 14 Feb 2023 19:55:41 +0000 X-Spam-Status: No, score=-3032.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP 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 2/13/23 18:30, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> This renaming helps make it clearer that these entites (classes, > Simon> functions) are specific to .gdb_index only, they are not shared with the > Simon> .debug_names handling. > > Thank you. > Approved-By: Tom Tromey > > Tom I pushed just that patch, thanks. Simon