From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6M37FnrLwl9fdAAAWB0awg (envelope-from ) for ; Sat, 28 Nov 2020 17:13:14 -0500 Received: by simark.ca (Postfix, from userid 112) id 5A60F1F0AB; Sat, 28 Nov 2020 17:13:14 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 14C5F1E590 for ; Sat, 28 Nov 2020 17:13:14 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9E4443857C4C; Sat, 28 Nov 2020 22:13:13 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id EFC2C3858004 for ; Sat, 28 Nov 2020 22:13:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EFC2C3858004 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [10.0.0.11] (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 4DC571E590; Sat, 28 Nov 2020 17:13:11 -0500 (EST) Subject: Re: [PATCH v2] Search for DWZ files in debug-file-directories as well To: Sergio Durigan Junior , Sergio Durigan Junior via Gdb-patches References: <20201114234842.2334396-1-sergiodj@sergiodj.net> <20201119022708.3627287-1-sergiodj@sergiodj.net> <87zh31yza7.fsf@paluero> <87v9dpyxkh.fsf@paluero> From: Simon Marchi Message-ID: <980151e9-c5b0-656d-ca7a-6acf01f87a8c@simark.ca> Date: Sat, 28 Nov 2020 17:13:11 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <87v9dpyxkh.fsf@paluero> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Wielaard Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-11-28 4:35 p.m., Sergio Durigan Junior via Gdb-patches wrote: > FWIW, ".reset ()" doesn't work. It has to be ".reset (nullptr)". Ah, I thought this was based on unique_ptr. We should make it work! Simon