From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id IvuuKhGYz19EcAAAWB0awg (envelope-from ) for ; Tue, 08 Dec 2020 10:13:21 -0500 Received: by simark.ca (Postfix, from userid 112) id A10461F096; Tue, 8 Dec 2020 10:13:21 -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.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED 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 511E31E552 for ; Tue, 8 Dec 2020 10:13:21 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 00D2B3857800; Tue, 8 Dec 2020 15:13:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00D2B3857800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1607440401; bh=CwNnaDQNG8rG69dlaCWRRGCzqJv3VpMYqJOF2bVZpj8=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=l/h9wATI8OOUIwRoU7BoLlCjuqgmD9Eja6EiYHGzfO97/QIPZMuOr3LbeMyURQBR2 n1NZWiR7SurlsUtuIuf2z2EzxZfaQQidHxFjK2GTticNMRACa62TS7cVPc5dCbEyGK 0dgpoBOzzvLdHjybke5yhZpVFOzs6kTm0bIK75oY= Received: from mail-yb1-xb44.google.com (mail-yb1-xb44.google.com [IPv6:2607:f8b0:4864:20::b44]) by sourceware.org (Postfix) with ESMTPS id 19F7D3857800 for ; Tue, 8 Dec 2020 15:13:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 19F7D3857800 Received: by mail-yb1-xb44.google.com with SMTP id a16so11330247ybh.5 for ; Tue, 08 Dec 2020 07:13:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CwNnaDQNG8rG69dlaCWRRGCzqJv3VpMYqJOF2bVZpj8=; b=Qfsc/BPdcPHI2BJS8yAz9oDdtx9R21/H36ASEtmd5sZAXHIs5Pt0qs5t3MuP77tuj0 aLS91A9y64j7TdvGE+DdFAAX6Mk1DJiMhSx8JLisrDLsXRpr42QW3kM6dozWjNx6mWzK R3JF0r6BG/qL9SOZe/Fjwa+kjvZHisTCWiTaP3h2scicJ3jPUgOWXNMohf4Aqm1WkZUy Bt4XymDOppx0m2yEvH7uuy9uP4ppDCGgMWygI5PN+GjBzcej7NYbkT20EJ4vAMLUmIIs 7dsLN3HfKaXbZqRkkecYAVlPpjekvliluSMnwPISGdXr815YkOj+wjw9SZcfdfmxs5VL +TUg== X-Gm-Message-State: AOAM5308V4wRXDknm6QJ8IDSFM0lWRCI3xdUJpt/Zmxz5vm50FpRxot1 E2b34up+mKp5urcTwfX5lBSKV2y3XFUD2i5hvT0= X-Google-Smtp-Source: ABdhPJzScZjpu6PlVQDrVZTN+q/g+hg42BcuEO7vCQeH3NbjV/pVnVVWNxbU8qfBJ1FFZEciY9sbxvSGEJIkr9q+muk= X-Received: by 2002:a25:d10f:: with SMTP id i15mr10152476ybg.244.1607440388717; Tue, 08 Dec 2020 07:13:08 -0800 (PST) MIME-Version: 1.0 References: <93d41b96-d11e-ed21-2a63-6a8270b5fbfe@polymtl.ca> <5e687f84-b012-f69d-e3f4-e01eea9d01dd@polymtl.ca> In-Reply-To: <5e687f84-b012-f69d-e3f4-e01eea9d01dd@polymtl.ca> Date: Tue, 8 Dec 2020 18:12:57 +0300 Message-ID: Subject: Re: [PATCH] gdb/gdbsupport: Use LOCALAPPDATA for index cache on windows To: Simon Marchi Content-Type: text/plain; charset="UTF-8" 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: , From: Alexander Fedotov via Gdb-patches Reply-To: Alexander Fedotov Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Tue, Dec 8, 2020 at 6:10 PM Simon Marchi wrote: > > On 2020-12-08 9:51 a.m., Alexander Fedotov wrote: > > Well, I don't know if other GDB parts depend on the final name. I just > > followed common convention. If there are no such dependencies so I > > don't mind using your suggestion:) > > GDB doesn't depend on a particular directory, I think it's better to > follow the standards of the platform as much as possible. Does the > attached patch look ok to you? Yes, looks good to me. Thank you. > > Simon